leftypol/stylesheets/dicksinmyass.css

81 lines
1.4 KiB
CSS
Raw Normal View History

@import url("/stylesheets/dark.css");
/*body {
color: #CCCCCC;
background: #1E1E1E;
2014-09-28 19:42:50 +00:00
}
header div.subtitle, h1 {
color: #32DD72;
}
/*a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
}*/
/*a:link:hover, a:visited:hover {
color: #32DD72;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #FFF;
}
*/
2014-09-28 19:42:50 +00:00
.box-wrap {
max-width: 670px;
min-width: 332px;
margin: 30px auto;
2014-09-28 19:42:50 +00:00
overflow: auto;
padding: 0;
}
.box {
background: transparent;
border: 1px solid #555555;
2014-09-28 19:42:50 +00:00
width: 330px;
margin: 8px 0;
padding: 0;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
2014-09-28 19:42:50 +00:00
}
.box ul {
padding: 2px 15px;
}
.box ul li {
list-style: none;
margin: 0;
}
2014-09-28 19:42:50 +00:00
.box.left {
float: left;
text-align: center;
margin-right: 6px;
2014-09-28 19:42:50 +00:00
}
.box.right {
float: right;
}
.box.right:nth-child(3) {
float: left;
margin: 0;
}
2014-09-28 19:42:50 +00:00
.box h2 {
padding: 3px 7px;
text-align: left;
2014-09-28 19:42:50 +00:00
font-size: 12pt;
2014-10-06 20:25:47 +00:00
border-bottom: #555555 1px solid;
color: #32DD72;
background: #333333;
}
.box strong {
color: #32DD72;
2014-09-28 19:42:50 +00:00
}
.box img {
float: none;
margin: 10px auto;
}