mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
146ca47dd3
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6326 21ef857c-d57f-4fe0-8362-d861dc6d29cd
119 lines
1.4 KiB
CSS
119 lines
1.4 KiB
CSS
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
body {
|
|
padding-top: 50px;
|
|
padding-bottom: 20px;
|
|
/*color: #FFFFFF; background-color: #222222;
|
|
font-family: "Segoe UI", sans-serif, Verdana, Helvetica, Arial;*/
|
|
}
|
|
|
|
a {
|
|
outline: 0 !important;
|
|
}
|
|
|
|
.nav a:visited {
|
|
color:#fff;
|
|
}
|
|
.nav a:hover {
|
|
color:#000;
|
|
}
|
|
.nav a:active {
|
|
color:#000;
|
|
}
|
|
.nav a:focus {
|
|
color:#000;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 5px;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 30px 15px;
|
|
}
|
|
|
|
#forumitem {
|
|
font-size: 12px;
|
|
font-family: ;
|
|
}
|
|
|
|
#forumitem img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.footer {
|
|
color: silver;
|
|
}
|
|
|
|
#author {
|
|
color:#A00
|
|
}
|
|
|
|
.panel-index {
|
|
padding: 0;
|
|
}
|
|
|
|
.well-sm {
|
|
padding: 9px 0;
|
|
}
|
|
|
|
#page-padding {
|
|
margin: 20px 0 0 0;
|
|
}
|
|
|
|
.nav-header {
|
|
color: #999;
|
|
}
|
|
|
|
#content a.button {
|
|
border: 1px solid #FFFFFF;
|
|
display: inline-block;
|
|
font-family: Segoe UI;
|
|
font-size: 24px;
|
|
line-height: 46px;
|
|
padding: 0 15px 3px;
|
|
}
|
|
|
|
#content a.button img {
|
|
float: right;
|
|
padding: 10px 0 0 15px;
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
.box
|
|
{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border: 0;
|
|
border-top: 0px solid #eee;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.box
|
|
{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border: 0;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
}
|
|
.centered {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
padding: 100px 0;
|
|
}
|
|
|
|
.info dt {
|
|
float: left;
|
|
font-weight: bold;
|
|
padding: 3px 6px;
|
|
clear: both;
|
|
width: 30%;
|
|
} |