lainchan/stylesheets/dicksinmyass.css

64 lines
1.0 KiB
CSS
Raw Normal View History

2014-09-28 15:42:50 -04:00
body {
2014-10-06 16:25:47 -04:00
margin: 0px!important;
2014-09-28 15:42:50 -04:00
}
.box-wrap {
max-width: 670px;
min-width: 332px;
overflow: auto;
2014-10-06 16:25:47 -04:00
margin: 0px auto;
2014-09-28 15:42:50 -04:00
padding: 0;
}
.box {
2014-10-06 16:25:47 -04:00
border: 1px dashed #98E;
2014-09-28 15:42:50 -04:00
width: 330px;
margin: 8px 0;
padding: 0;
2014-10-06 16:25:47 -04:00
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
2014-09-28 15:42:50 -04:00
}
.box ul {
padding: 2px 15px;
}
.box ul li {
list-style: none;
margin: 0;
2014-10-06 16:25:47 -04:00
color: #32DD72;
}
.left li {
text-align: center;
}
.left li img {
display: block;
max-height: 300px;
max-width: 300px;
2014-09-28 15:42:50 -04:00
}
.box.left {
2014-10-06 16:25:47 -04:00
color: #999;
border: #555 1px solid;
2014-09-28 15:42:50 -04:00
float: left;
}
.box.right {
2014-10-06 16:25:47 -04:00
color: #999;
border: #555 1px solid;
2014-09-28 15:42:50 -04:00
float: right;
}
.box h2 {
padding: 3px 7px;
font-size: 12pt;
2014-10-06 16:25:47 -04:00
border-bottom: #555555 1px solid;
2014-09-28 15:42:50 -04:00
background: #333333;
2014-10-06 16:25:47 -04:00
color: #32DD72;
2014-09-28 15:42:50 -04:00
}
.box img {
float: none;
margin: 10px auto;
}
2014-10-06 16:25:47 -04:00
.box:nth-child(3){
margin-top: -2px;
position: relative;
right: 0px;
}