mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
c9607a9b7b
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5916 21ef857c-d57f-4fe0-8362-d861dc6d29cd
456 lines
7.5 KiB
CSS
456 lines
7.5 KiB
CSS
/*csslint box-sizing: false, font-sizes: false, important: false,
|
|
qualified-headings: false, unique-headings: false*/
|
|
|
|
body {
|
|
color: black;
|
|
font: normal 14px 'Segoe UI', Segoe, 'Helvetica Neue', Helvetica, Roboto, Arial, FreeSans, sans-serif;
|
|
}
|
|
|
|
a:link,
|
|
a:visited {
|
|
color: #0033AA;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:link:hover,
|
|
a:visited:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
code {
|
|
background-color: #F7F7F9;
|
|
border: 1px solid #E1E1E8;
|
|
color: #D14;
|
|
font-family: monospace, serif;
|
|
font-size: 1em;
|
|
padding: 0.5px 4px;
|
|
}
|
|
|
|
code,
|
|
.side .portlet {
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
margin: 15px auto 5px;
|
|
}
|
|
|
|
footer {
|
|
margin: 10px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
footer ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
footer ul,
|
|
footer li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3 {
|
|
line-height: 20px;
|
|
margin: 16px auto 8px;
|
|
}
|
|
|
|
h3,
|
|
.side h2 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
li {
|
|
margin-left: 12px;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
nav a {
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
margin-right: 0.4em;
|
|
padding: 0.3em 0.5em;
|
|
}
|
|
|
|
nav .active a {
|
|
background-color: Gainsboro;
|
|
font-weight: bold;
|
|
}
|
|
|
|
nav a:link,
|
|
nav a:visited {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
|
|
nav a:hover {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
nav h2 {
|
|
clear: none;
|
|
color: black;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
line-height: 34px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
nav li {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
nav li:first-child {
|
|
margin-left: -0.5em;
|
|
}
|
|
|
|
nav li,
|
|
.dev ul,
|
|
.portlet li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.changelog {
|
|
border: 2px solid black;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
overflow: scroll;
|
|
width: 800px;
|
|
height: 600px;
|
|
}
|
|
|
|
.ft {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.forumdate {
|
|
color: silver;
|
|
}
|
|
|
|
.forumdate > .author {
|
|
color: #A00;
|
|
}
|
|
|
|
.forumdate > .user {
|
|
color: #000;
|
|
}
|
|
|
|
.about-li {
|
|
list-style-type: none;
|
|
margin-left: 0;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.coder {
|
|
color: #AA0000 !important;
|
|
}
|
|
|
|
.dev {
|
|
position: relative;
|
|
}
|
|
|
|
.openhub-kudos {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px;
|
|
}
|
|
|
|
.ohloh-commits {
|
|
bottom: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.user-avatar {
|
|
background: white;
|
|
border: 1px solid #E5DFC7;
|
|
display: block;
|
|
float: left;
|
|
margin: 0 10px 0 0;
|
|
padding: 4px;
|
|
}
|
|
|
|
.xhmikosr {
|
|
color: blue;
|
|
}
|
|
|
|
.page {
|
|
margin: 0 auto;
|
|
max-width: 90em;
|
|
padding: 0 10px 5px;
|
|
position: relative; /* Addthis div alignment */
|
|
}
|
|
|
|
.pre-section {
|
|
width: 700px;
|
|
margin: -20px auto 0;
|
|
}
|
|
|
|
.main-section {
|
|
clear: both;
|
|
margin: auto;
|
|
padding-top: 1px;
|
|
text-align: center;
|
|
width: 700px;
|
|
}
|
|
|
|
.main-section-2 {
|
|
margin: auto;
|
|
width: 700px;
|
|
}
|
|
|
|
.section-header {
|
|
border-top: dotted 1px;
|
|
font-weight: bold;
|
|
margin-top: 40px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.headline {
|
|
font-size: 18px;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.main-headline {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.main-section .headline {
|
|
text-align: left;
|
|
}
|
|
|
|
.bottom-download {
|
|
font-size: 20px;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.tip {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
margin-top: 5px;
|
|
text-align: left;
|
|
}
|
|
|
|
.normal {
|
|
text-align: left;
|
|
}
|
|
|
|
.yui-d0 {
|
|
margin: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.yui-t4 {
|
|
margin: auto;
|
|
width: 700px;
|
|
}
|
|
|
|
.yui-b {
|
|
position: relative;
|
|
}
|
|
|
|
.yui-t4 .yui-b {
|
|
float: right;
|
|
width: 20em;
|
|
}
|
|
|
|
.yui-g .yui-u,
|
|
.yui-g .yui-g {
|
|
float: right;
|
|
}
|
|
|
|
.yui-g .first {
|
|
float: left;
|
|
}
|
|
|
|
.yui-g .yui-u,
|
|
.yui-g .yui-g {
|
|
width: 49.1%;
|
|
}
|
|
|
|
.yui-g:after,
|
|
.yui-t4:after {
|
|
clear: both;
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.portlet {
|
|
clear: both;
|
|
padding: 0 0 1em;
|
|
}
|
|
|
|
.portlet > h2:first-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.portlet p {
|
|
margin: 5px 0 5px 0;
|
|
}
|
|
|
|
.flowed-block {
|
|
display: inline-block;
|
|
padding: 0 0 0 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.facetmenu {
|
|
width: 100%;
|
|
}
|
|
|
|
.quick-links {
|
|
width: 250px;
|
|
}
|
|
|
|
.downloads {
|
|
width: 250px;
|
|
}
|
|
|
|
.downloads li {
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 2px 0 0;
|
|
}
|
|
|
|
.downloads li > a {
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 0 0 #BBDAF7;
|
|
-moz-box-shadow: inset 0 1px 0 0 #BBDAF7;
|
|
box-shadow: inset 0 1px 0 0 #BBDAF7;
|
|
background-color: #1C8D2E;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1C8D2E), color-stop(1, #629D4F)); /* Chrome, Safari4+ */
|
|
background-image: -webkit-linear-gradient(center top, #1C8D2E 5%, #629D4F 100%); /* Chrome10+, Safari5.1+ */
|
|
background-image: -moz-linear-gradient(center top, #1C8D2E 5%, #629D4F 100%); /* FF3.6+ */
|
|
background-image: -ms-linear-gradient(center top, #1C8D2E 5%, #629D4F 100%); /* IE10+ */
|
|
background-image: -o-linear-gradient(center top, #1C8D2E 5%, #629D4F 100%); /* Opera 11.10+ */
|
|
background-image: linear-gradient(to bottom, #1C8D2E 5%, #629D4F 100%); /* W3C */
|
|
border: 1px solid #1C8D2E;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
color: white;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
padding: 0.7em 1em;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 0 #528ecc;
|
|
width: 87%;
|
|
}
|
|
|
|
.downloads li > a:hover {
|
|
background-color: #629D4F;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #629D4F), color-stop(1, #1C8D2E)); /* Chrome, Safari4+ */
|
|
background-image: -webkit-linear-gradient(center top, #629D4F 5%, #1C8D2E 100%); /* Chrome10+, Safari5.1+ */
|
|
background-image: -moz-linear-gradient(center top, #629D4F 5%, #1C8D2E 100%); /* FF3.6+ */
|
|
background-image: -ms-linear-gradient(center top, #629D4F 5%, #1C8D2E 100%); /* IE10+ */
|
|
background-image: -o-linear-gradient(center top, #629D4F 5%, #1C8D2E 100%); /* Opera 11.10+ */
|
|
background-image: linear-gradient(to bottom, #629D4F 5%, #1C8D2E 100%); /* W3C */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.downloads ul {
|
|
margin: 0;
|
|
}
|
|
|
|
.version {
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
border-radius: 4px 4px 0 0;
|
|
color: black;
|
|
}
|
|
|
|
.donate {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.all-downloads {
|
|
padding: 0.2em 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
.side .portlet {
|
|
background: none repeat scroll 0 0 #FBFBFB;
|
|
border: 1px solid #DEDEDE;
|
|
margin: 0 auto 1em;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.involvement a {
|
|
background: url("../img/answers-arrow-right.png") no-repeat scroll right center transparent;
|
|
display: block;
|
|
padding: 0.1em;
|
|
}
|
|
|
|
.involvement li {
|
|
font-weight: bold;
|
|
list-style-type: none;
|
|
margin-left: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.involvement a:hover,
|
|
.involvement li:hover {
|
|
background-color: lightgray;
|
|
text-decoration: none;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.author {
|
|
color: silver;
|
|
}
|
|
|
|
.logo a {
|
|
float: left;
|
|
}
|
|
|
|
.logo a:hover {
|
|
background-color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
::-moz-selection {
|
|
background-color: #B3D4FC;
|
|
text-shadow: none;
|
|
}
|
|
|
|
::selection {
|
|
background-color: #B3D4FC;
|
|
text-shadow: none;
|
|
}
|