Files
mirror-processhacker/misc/website/websitev2/css/stylesheet.css
T
xhmikosr 818d832070 * remove useless divs
* about.php: use the right image dimensions
* stylesheet.css: remove even more unused css, merge similar selectors

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5171 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-10 10:21:25 +00:00

292 lines
3.9 KiB
CSS

body {
color: #333;
font-family: Tahoma, sans-serif;
font-size: 12px;
margin: 0;
}
b,
strong,
nav li.active a,
.downloads li,
.involvement li {
font-weight: bold;
}
code {
background-color: #F7F7F9;
border: 1px solid #E1E1E8;
color: #D14;
font-family: monospace, serif;
font-size: 1em;
padding: 0.5px 4px;
}
code,
.downloads li a {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
footer {
text-align: center;
}
h2,
h3 {
font-size: 100%;
font-weight: normal;
}
h3 {
line-height: 20px;
margin: 16px auto 8px;
}
h3,
.side h2 {
font-size: 16px;
}
img {
border: 0;
}
li {
padding-bottom: 0.5em;
margin-left: 12px;
}
nav h2 {
clear: none;
color: #000;
font-size: 30px;
font-weight: bold;
line-height: 34px;
margin: 0 auto 6px;
}
nav li {
display: inline;
list-style-type: none;
margin: 0;
}
nav li a {
margin-right: 0.4em;
padding: 0.3em 0.5em;
}
nav li:first-child a {
margin-left: -0.5em;
}
nav li a:link,
nav li a:visited {
background-color: #FFF;
color: #000;
text-decoration: none;
}
nav li a:hover {
background-color: #F3F3F3;
color: #000;
}
ul {
padding: 0;
}
.center {
text-align: center;
}
.ft {
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.forumdate {
color: silver;
padding: 0 0 5px 0;
}
.ohloh-kudos {
position: absolute;
right: 0;
top: 10px;
}
.ohloh-commits {
bottom: 0;
position: absolute;
right: 0;
}
.page {
margin: 0 auto;
max-width: 90em;
padding: 0 10px 5px 10px;
position: relative; /* Addthis div alignment */
}
.summary {
padding-right: 300px;
}
.user-avatar {
background: white;
border: 1px solid #E5DFC7;
display: block;
float: left;
margin: 15px 10px 0 0;
padding: 4px;
}
.yui-d0 {
margin: auto;
width: auto;
}
.yui-t4 {
margin: auto;
width: 100%;
}
.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 {
border-top: 1px solid #EBEBEB;
clear: both;
padding: 0 0 1em;
}
.portlet > h2:first-child {
margin-top: 0;
}
.portlet li {
list-style-type: none;
}
:link,
*:visited {
color: #0033AA;
text-decoration: none;
}
:link:active,
*:visited:active {
color: #3366CC;
}
:link:hover,
*:visited:hover {
text-decoration: underline;
}
a[onclick],
a[onclick]:active {
color: #009933;
}
.flowed-block {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
}
.facetmenu {
width: 100%;
}
.downloads li {
margin: 0;
padding: 2px 0 0;
}
.downloads li a {
background: url("/images/project-downloads.png") no-repeat scroll right center #4F843C;
color: #FFF;
display: block;
margin: 0;
padding: 6% 40px 6% 6%;
text-decoration: none;
}
.released,
.version {
background: none repeat scroll 0 0 #D3E3C7;
padding: 0.2em 1em;
}
.released {
border-radius: 0 0 4px 4px;
margin: 0.3em 0 0.5em;
}
.version {
border-radius: 4px 4px 0 0;
}
.side .portlet {
background: none repeat scroll 0 0 #FBFBFB;
border: 1px solid #DEDEDE;
border-radius: 4px;
margin: 0 auto 1em;
padding: 0.5em;
}
.side ul {
background: none repeat scroll 0 0 #FBFBFB;
}
.involvement a {
background: url("/images/answers-arrow-right.png") no-repeat scroll right center transparent;
display: block;
padding: 0.3em;
}
.involvement li {
list-style-type: none;
margin-left: 0;
padding: 0;
}
.involvement a:hover,
.involvement li:hover {
background-color: #EEE;
text-decoration: none;
}