2012-12-20 08:00:19 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
html,body {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-style: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
html {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 100.01%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,code,del,dfn,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
blockquote,q {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-style: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
quotes: "" "";
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
blockquote:before,blockquote:after,q:before,q:after {
|
2013-08-28 23:08:41 +00:00
|
|
|
content: "";
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
th,td,caption {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-style: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
vertical-align: middle
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-style: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
a img {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
body {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: url('images/header.png') repeat-x white;color: #666;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
body,div,p,span {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
tbody .body {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
h2,h3 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
|
|
|
|
font-size: 18px;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
h2 {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
h3 {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #aaa;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
a,a:hover,a:active,a:link,a:focus,.highlight {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: #62b4e3;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
a:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header,#content,#footer {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 950px;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header {
|
2013-08-28 23:08:41 +00:00
|
|
|
height: 146px;
|
|
|
|
overflow: visible;
|
|
|
|
position: relative;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header #userinfo {
|
2013-08-28 23:08:41 +00:00
|
|
|
opacity: 0;
|
|
|
|
-moz-opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
-webkit-transition: opacity 200ms linear 100ms;
|
|
|
|
-moz-transition: opacity 200ms linear 100ms;
|
|
|
|
-o-transition: opacity 200ms linear 100ms;
|
|
|
|
transition: opacity 200ms linear 100ms;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header:hover #userinfo {
|
2013-08-28 23:08:41 +00:00
|
|
|
opacity: 1.0;
|
|
|
|
-moz-opacity: 1;
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header ul li {
|
2013-08-28 23:08:41 +00:00
|
|
|
list-style: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header a,#header a:hover,#header a:active,#header a:link,#header a:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: #b7b7b7;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header a:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header a.username {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #777;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header a.username:active,#header a.username:link,#header a.username:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#header a.username:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#logo {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 40px;
|
|
|
|
width: 158px;
|
|
|
|
margin-top: 91px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html #logo {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#logo a {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: url('images/logo.png') no-repeat;
|
|
|
|
display: block;
|
|
|
|
height: 32px;
|
|
|
|
width: 97px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#logo a:active,#logo a:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
outline: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0;
|
|
|
|
width: 950px;
|
|
|
|
font-size: 11px;
|
|
|
|
float: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html #userinfo {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0;
|
|
|
|
width: 752px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html #menu {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0;
|
|
|
|
width: 950px;
|
|
|
|
height: 25px;
|
|
|
|
left: 0;
|
|
|
|
overflow: visible;
|
|
|
|
position: absolute;
|
|
|
|
top: 133px;
|
|
|
|
width: 960px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html #searchbars {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars form ul {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #fff;
|
|
|
|
margin-left: 2px;
|
|
|
|
padding: 10px;
|
|
|
|
width: 130px;
|
|
|
|
z-index: 999;
|
|
|
|
-moz-box-shadow: #cccccc 0 1px 4px 0;
|
|
|
|
-webkit-box-shadow: #cccccc 0 1px 4px 0;
|
|
|
|
-o-box-shadow: #cccccc 0 1px 4px 0;
|
|
|
|
box-shadow: #cccccc 0 1px 4px 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars form ul li {
|
2013-08-28 23:08:41 +00:00
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars ul li {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 17px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars ul li:last-child {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars form {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 142px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#searchbars input {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_username,#userinfo_major,#userinfo_minor {
|
2013-08-28 23:08:41 +00:00
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_username li,#userinfo_major li,#userinfo_minor li {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#alerts {
|
2013-08-28 23:08:41 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 152px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 3px;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.alertbar {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_minor {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 360px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_minor li {
|
2013-08-28 23:08:41 +00:00
|
|
|
float: left;
|
|
|
|
width: 160px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_major,#userinfo_minor {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding-left: 60px;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_stats {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 10px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
text-align: right;
|
|
|
|
top: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu {
|
2013-08-28 23:08:41 +00:00
|
|
|
left: 196px;
|
|
|
|
position: absolute;
|
|
|
|
top: 84px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu ul li {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: lighter;
|
|
|
|
margin-left: 20px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu li a {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #999;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu li a:active,#menu li a:link,#menu li a:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #999;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu li a:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #444;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.my_reqBuffer,.my_demBuffer {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #B7B7B7;
|
|
|
|
position: absolute;
|
|
|
|
right: 135px;
|
|
|
|
width: 130px;
|
|
|
|
text-align: left;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.my_demBuffer {
|
2013-08-28 23:08:41 +00:00
|
|
|
top: 1.6em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#footer {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #e8e8e8;
|
|
|
|
padding: 10px 0;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 40px;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#footer .time {
|
2013-08-28 23:08:41 +00:00
|
|
|
float: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
input,textarea {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: 1px solid #eee;
|
|
|
|
color: #bbb;
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
input:hover,input:focus,textarea:hover,textarea:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
color: #888;
|
|
|
|
outline: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.box select {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
input[type="text"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
cursor: text;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.sidebar input[type="text"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 125px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
input[type="submit"],input[type="button"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #eee;
|
|
|
|
color: #777;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
input[type="submit"]:hover,input[type="button"]:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
textarea {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.box .submit input[type="submit"],.box .submit input[type="button"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.curtain {
|
2013-08-28 23:08:41 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #111 50% 0 no-repeat fixed;
|
|
|
|
z-index: 1001;
|
|
|
|
-moz-opacity: 0.9;
|
|
|
|
opacity: .90;
|
|
|
|
filter: alpha(opacity=90);
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.lightbox {
|
2013-08-28 23:08:41 +00:00
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
top: 5%;
|
|
|
|
left: 5%;
|
|
|
|
width: 90%;
|
|
|
|
height: 90%;
|
|
|
|
padding: 0px;
|
|
|
|
z-index: 1002;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.lightbox img {
|
2013-08-28 23:08:41 +00:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#wrapper {
|
2013-08-28 23:08:41 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#content {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-top: 50px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.sidebar {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0;
|
|
|
|
width: 257px;
|
|
|
|
border-left: 1px solid #fafafa;
|
|
|
|
float: right;
|
|
|
|
font-size: 10px;
|
|
|
|
padding-left: 40px;
|
|
|
|
width: 216px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html .sidebar {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.sidebar li {
|
2013-08-28 23:08:41 +00:00
|
|
|
list-style: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.main_column {
|
2013-08-28 23:08:41 +00:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 40px;
|
|
|
|
width: 653px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
* html .main_column {
|
2013-08-28 23:08:41 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2013-06-16 08:01:11 +00:00
|
|
|
.box, .box2 {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2013-06-16 08:01:11 +00:00
|
|
|
.box:last-child, .box2:last-child {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.head strong {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.head {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#recommended .head a {
|
2013-08-28 23:08:41 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.time {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #aaa;
|
|
|
|
float: right;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.group,.colhead {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #e8e8e8;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: 1px solid #eee;
|
|
|
|
margin: 20px 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table td, table th {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 8px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr:last-of-type td {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table#taglist,table.cat_list,.filter_torrents table:first-of-type,#collage #content form:first-of-type table {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table#taglist td,table.cat_list td,.filter_torrents table:first-of-type td,#collage #content form:first-of-type table td {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #fafafa;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table#taglist td {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding: 2px 8px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table .time {
|
2013-08-28 23:08:41 +00:00
|
|
|
float: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.colhead td,.colhead th {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.filter_torrents div.submit {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.filter_torrents div.submit span {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding-top: 3px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.filter_torrents div.submit input:last-of-type {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#collage_table {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: 0;
|
|
|
|
width: inherit;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#collage_table td {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: none;
|
|
|
|
padding: 2px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.edition_info {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#artist #content .linkbox:first-of-type {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-align: right;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2013-02-10 08:00:29 +00:00
|
|
|
width: 300px;
|
2013-08-28 23:08:41 +00:00
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#artist #content .linkbox:first-of-type a {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.r00,.r01,.r02,.r03,.r04,.r05 {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #e30;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.r06,.r07,.r08,.r09,.r10 {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #555;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.r20,.r50,.r99 {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #1a5;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size1 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 0.75em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size2 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 1em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size3 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 1.25em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size4 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size5 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 1.75em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size6 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 2em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size7 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 2.25em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size8 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 2.5em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size9 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 2.75em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
span.size10 {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-size: 3em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.pad {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding: 7px 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.center {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.nobullet {
|
2013-08-28 23:08:41 +00:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.nobr {
|
2013-08-28 23:08:41 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.linkbox {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.thin {
|
2013-08-28 23:08:41 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
blockquote,.save_message {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #fafafa;
|
|
|
|
color: #999;
|
|
|
|
font-style: italic;
|
|
|
|
margin: 10px 0;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.save_message {
|
2013-08-28 23:08:41 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.graph {
|
2013-08-28 23:08:41 +00:00
|
|
|
height: 3px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.graph .center_poll {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #ccc;
|
|
|
|
display: block;
|
|
|
|
height: 3px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.poll {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.forum_post tr td {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.forum_post .time {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.forum_post strong a {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.forum_post .avatar {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding-right: 32px;
|
|
|
|
width: 120px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.avatar {
|
2013-08-28 23:08:41 +00:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#quickpostform {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
img[src*="snatched.png"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 0;
|
|
|
|
height: 15px;
|
|
|
|
padding-right: 20px;
|
|
|
|
background: transparent url('images/snatched.png') top left no-repeat;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
img[src*="leechers.png"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 0;
|
|
|
|
height: 15px;
|
|
|
|
padding-right: 20px;
|
|
|
|
background: transparent url('images/leechers.png') top left no-repeat;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
img[src*="seeders.png"] {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 0;
|
|
|
|
height: 15px;
|
|
|
|
padding-right: 20px;
|
|
|
|
background: transparent url('images/seeders.png') top left no-repeat;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
ul.stats {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.colhead_dark {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: #f5f5f5;
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#menu {
|
2013-08-28 23:08:41 +00:00
|
|
|
top: 101px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-top: 14px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_minor {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 320px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#content {
|
2013-08-28 23:08:41 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#userinfo_stats {
|
2013-08-28 23:08:41 +00:00
|
|
|
right: 3px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#disclaimer_container {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 700px;
|
|
|
|
margin: -10px auto 10px auto;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#alerts {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
top: 4px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.unread,table tr td.unread_sticky,table tr td.read,table tr td.read_sticky,table tr td.read_locked_sticky,table tr td.unread_locked_sticky {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: url('images/icons.png') no-repeat 10px 9px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_audiobooks,table tr td div.cats_ebooks,table tr td div.cats_applications,table tr td div.cats_music,table tr td div.cats_elearningvideos,table tr td div.cats_comedy,table tr td div.cats_comics {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: url('images/icons.png') no-repeat -128px -28px;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_ebooks {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -154px 1px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_applications {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -206px 1px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_music {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -128px 1px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_elearningvideos {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -180px -29px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_comedy {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -207px -29px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td div.cats_comics {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -155px -29px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.read_sticky {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -42px 9px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.unread_sticky {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -42px -20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.read_locked_sticky {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -94px 9px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
table tr td.unread_locked_sticky {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -94px -20px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.hide_torrents a.show_torrents_link,.show_torrents a.show_torrents_link {
|
2013-08-28 23:08:41 +00:00
|
|
|
background: url('images/icons.png') no-repeat 4px -50px;
|
|
|
|
display: block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.hide_torrents a.show_torrents_link:active,.hide_torrents a.show_torrents_link:focus,.show_torrents a.show_torrents_link:active,.show_torrents a.show_torrents_link:focus {
|
2013-08-28 23:08:41 +00:00
|
|
|
outline: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.hide_torrents a.show_torrents_link {
|
2013-08-28 23:08:41 +00:00
|
|
|
background-position: -23px -50px;
|
|
|
|
}
|
2013-02-23 08:00:22 +00:00
|
|
|
.filter_torrents .head,.filter_torrents .head strong {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #aaa;
|
|
|
|
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
padding-top: 20px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-02-24 08:00:18 +00:00
|
|
|
.user_options .options_list {
|
2013-08-28 23:08:41 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#site_debug {
|
2013-08-28 23:08:41 +00:00
|
|
|
width: 950px;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
#site_debug table {
|
2013-08-28 23:08:41 +00:00
|
|
|
border-bottom: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
pre {
|
2013-08-28 23:08:41 +00:00
|
|
|
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.last_read {
|
|
|
|
width: 15px;
|
2013-08-28 23:08:41 +00:00
|
|
|
height: 15px;
|
|
|
|
background: url(images/go_last_read.png) no-repeat center center;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2013-04-17 08:00:58 +00:00
|
|
|
.last_read a {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
.last_read a:hover {
|
2013-08-28 23:08:41 +00:00
|
|
|
border: none;
|
|
|
|
}
|
2012-12-20 08:00:19 +00:00
|
|
|
strong.quoteheader {
|
2013-08-28 23:08:41 +00:00
|
|
|
color: #666
|
|
|
|
}
|
2011-11-20 08:00:18 +00:00
|
|
|
ul.collage_images {
|
|
|
|
width: 650px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.collage_images li {
|
|
|
|
width: 130px !important;
|
|
|
|
height: 130px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.collage_images li a {
|
2013-04-17 08:00:58 +00:00
|
|
|
height: 130px !important;
|
2011-11-20 08:00:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.collage_images img {
|
|
|
|
height: 130px !important;
|
|
|
|
width: 130px !important;
|
2012-07-11 08:00:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#drag_drop_textnote ul {
|
2013-04-17 08:00:58 +00:00
|
|
|
padding-left: 25px;
|
2012-08-14 08:00:18 +00:00
|
|
|
}
|
2012-10-27 08:00:09 +00:00
|
|
|
|
|
|
|
|
2013-04-17 08:00:58 +00:00
|
|
|
tr.torrent .bookmark > a:before { content: ""; }
|
|
|
|
tr.torrent .bookmark > a:after { content: ""; }
|
2012-10-27 08:00:09 +00:00
|
|
|
|
|
|
|
.navigation_list li {
|
2013-04-17 08:00:58 +00:00
|
|
|
margin-left: 20px;
|
2012-10-27 08:00:09 +00:00
|
|
|
}
|
|
|
|
|
2013-02-12 08:00:08 +00:00
|
|
|
.linkbox .brackets:before,
|
|
|
|
.linkbox .brackets:after,
|
|
|
|
.top10_quantity_links .brackets:before,
|
|
|
|
.top10_quantity_links .brackets:after {
|
2013-01-24 08:00:24 +00:00
|
|
|
color: #666;
|
2013-02-09 08:01:01 +00:00
|
|
|
}
|
2013-06-16 08:01:11 +00:00
|
|
|
|
|
|
|
.field_div {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_changelog textarea {
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field_div#cl_message {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2013-08-28 23:08:41 +00:00
|
|
|
|
|
|
|
div[class~=tooltipster-base] {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_sections {
|
|
|
|
width: inherit;
|
|
|
|
margin-left: -40px;
|
|
|
|
width: 257px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_sections h2 {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user_options {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user_options .label {
|
|
|
|
width: 150px;
|
|
|
|
}
|