Guest User

Untitled

a guest
Jul 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.67 KB | None | 0 0
  1.  
  2. body {
  3.    background:#000000;
  4.    font-size:12px;
  5.    line-height:1.5;
  6.    color:#333;
  7.    margin:0;
  8.    
  9. }
  10. h1 {font-size:18px;}
  11. hr {display:none;}
  12. a {color:blue;}
  13. blockquote {
  14.    border-left:2px solid #ddd;
  15.    margin:0 0 0 5px;
  16.    padding-left:5px;
  17. }
  18. ul, ol {
  19.    margin-left: 40px;
  20. }
  21. p, li {
  22.    margin: 0 0 10px;
  23. }
  24. .small {
  25.    font-size:10px;
  26.    line-height:2;
  27. }
  28. .hide {
  29.    display: none;
  30. }
  31. .clear {
  32.    clear: both;
  33.    float: none;
  34. }
  35. .table-title,
  36. .content {
  37.    color:#777;
  38.    font-size:1em;
  39.    line-height:1.5;
  40.    margin:10px;
  41.    text-shadow: 1px 1px 2px #fff;
  42. }
  43. .content img {
  44.   max-width: 100px;
  45.   max-height: 125; position: absolute; border: 1px solid #008800;
  46. }
  47. .table-title {
  48.    margin-top:20px;
  49. }
  50. .group {
  51.    background:#fff;
  52.    border:1px solid #ccc;
  53.    overflow:hidden;
  54.    margin:10px;
  55.    padding: 10px;
  56. }
  57. ul.table.group {
  58.    margin:10px;
  59.    padding:0;
  60. }
  61. ul.table {
  62.    clear:both;
  63.    color:#999;
  64.    list-style:none;
  65.    margin:0;
  66. }
  67. ul.table li {
  68.    border-bottom:1px solid #ccc;
  69.    padding:15px;
  70. }
  71. ul.table li:last-child {border:0;}
  72. ul.table.disclosure li,
  73. ul.table li.disclosure {
  74.    margin: 0;
  75.    padding:0;
  76.    position:relative;
  77. }
  78. ul.table.disclosure a,
  79. ul.table li.disclosure a {
  80.    border: 0;
  81.    display:block;
  82.    padding:5px 10px;
  83.    text-decoration: none;
  84. }
  85. ul.table.disclosure a .date,
  86. ul.table li.disclosure a .date {
  87.    color: #666;
  88.    font-size: 11px;
  89.    white-space: nowrap;
  90. }
  91. ul.table li .title {
  92.    background: #a5a5a5 url(../img/title-dimple.gif) repeat-x top;
  93.    border-bottom:1px solid #777;
  94.    color: #fff;
  95.    display: block;
  96.    font-size: 10px;
  97.    font-weight:normal;
  98.    padding: 3px 8px;
  99.    text-shadow: 0 1px 1px #555;
  100. }
  101. .title-divider {
  102.    background:url(../img/title-divider.png) repeat-x center;
  103.    color:#999;
  104.    font-size:10px;
  105.    font-weight:normal;
  106.    margin:0 -15px 10px -15px;
  107. }
  108. .title-divider span {
  109.    background:#fff;
  110.    margin:0 0 0 10px;
  111.    padding: 0 5px;
  112. }
  113.  
  114. .notification {
  115.    background:#fffdc2;
  116.    border-radius:5px;
  117.    -moz-border-radius:5px;
  118.    -webkit-border-radius:5px;
  119.    margin:10px 0;
  120.    padding:10px;
  121. }
  122.  
  123. #site-name {
  124.    background:#666 url(../img/header-gloss.png) repeat-x center;
  125.    border-bottom: 1px solid #999;
  126.    line-height: 1.2;
  127.    margin:0;
  128. }
  129. #site-name a {
  130.    background: transparent url(../img/home.png) no-repeat 10px center;
  131.    color:#fff;
  132.    display:block;
  133.    font-size:16px;
  134.    padding:10px 40px;
  135. }
  136. #navigation-top {
  137.    display:none;
  138. }
  139. .pagination {
  140.    background:#fff;
  141.    border:1px solid #ccc;
  142.    border-width:0 1px 1px;
  143.    clear:both;
  144.    margin:0 10px;
  145.    overflow:hidden;
  146. }
  147. .pagination span {
  148.    display:none;
  149. }
  150. .pagination span.next,
  151. .pagination span.prev {
  152.    display:block;
  153.    width:50%;
  154. }
  155. .pagination span.prev {
  156.    float:right;
  157. }
  158. .pagination span.next {
  159.    float:left;
  160. }
  161. .pagination .next a,
  162. .pagination .prev a {
  163.    border:5px solid #fff;
  164.    display:block;
  165.    height:1.5em;
  166.    overflow:hidden;
  167.    text-decoration:none;
  168. }
  169. .pagination .next a,
  170. ul.table.disclosure .pagination .next a {
  171.    background: url(../img/disclosure-left.png) no-repeat left center;
  172.    border-right:1px solid #ddd;
  173.    border-left:0;
  174.    padding-left:35px;
  175. }
  176. .pagination .prev a,
  177. ul.table.disclosure .pagination .prev a {
  178.    background: url(../img/disclosure.png) no-repeat right center;
  179.    border-left:1px solid #fff;
  180.    border-right:0;
  181.    padding-right:35px;
  182.    text-align:right;
  183. }
  184. #next-prev-bottom,
  185. #navigation-bottom {display:none;}
  186. #search { background:#ffffff url(../img/bgsearch.png) repeat-x; height:40px; text-align:center; }
  187. #search.divin { width:90%; margin:0 auto; text-align:center; left:5%; position:absolute; }
  188. #search input[type=text] { margin-top:7px; padding:3px; width:80%; border:1px solid #CCC;  border-right:none;font-family:Arial, Helvetica, sans-serif; font-size:14px; float:left; }
  189. #search input[type=submit] { width:21px; height:25px; border:1px solid #CCC; padding-right:12px; cursor:pointer; border-left:none;float:left;margin-top:7px; background:url(../img/icon_search.png) no-repeat; }
  190. .tabbed.group {
  191.    padding:0;
  192. }
  193. .tabbed ul.tabs{
  194.    background:url(../img/title-divider.png) repeat-x bottom;
  195.    list-style:none;
  196.    margin: 0 10px;
  197.    overflow:hidden;
  198. }
  199. .tabbed .tabs li {
  200.    float:left;
  201.    margin-bottom: 0;
  202.    width:50%;
  203. }
  204. .tabbed .tabs li a{
  205.    background:#d5d5d5 url(../img/tab.gif) repeat-x bottom;
  206.    color:#333;
  207.    display:block;
  208.    padding: 7px;
  209.    text-decoration:none;
  210. }
  211. .tabbed .tabs li.active a {
  212.    background-color:#fff;
  213.    background-image:url(../img/tab-active.gif);
  214. }
  215. .commentlist {
  216.    margin:0 -10px;
  217. }
  218. .commentlist li {
  219.    background:url(../img/comment.png) no-repeat 10px 10px;
  220.    border-bottom:1px solid #ddd;
  221.    font-size:11px;
  222.    margin:0;
  223.    padding:10px 10px 10px 30px;
  224. }
  225. .commentlist li:last-child {border:0;}
  226. .commentlist li .comment-info {
  227.    color:#999;
  228.    margin:0;
  229. }
  230. .commentlist li .comment-info cite {
  231.    font-weight:bold;
  232. }
  233. #respond .title-divider {
  234.    margin-bottom:5px;
  235.    margin-top:5px;
  236. }
  237. #respond label {display:block;}
  238. #respond textarea,
  239. #respond input[type=text] { background-color: #F8F8FF;
  240.    width:95%; border: 1px solid #1E90FF;
  241. }
  242. #respond input[type=submit] { background-color: #F8F8FF;
  243.  border: 2px solid #1E90FF;
  244. }
  245.  
  246. #footer {
  247.    background:#555 url(../img/footer-shadow.gif) repeat-x top;
  248.    color:#999;
  249.    padding:10px;
  250. }
  251. #footer a {color:#ddd;}
  252. #footer p#developer-link {
  253.    display:block;
  254.    text-indent:-32697px;
  255. }
  256. #footer p#developer-link a,
  257. #footer p#developer-link a:visited {
  258.    background:url(../img/footarghoz.gif) no-repeat left top;
  259.    float:right;
  260.    height:30px;
  261.    text-indent:-32697px;
  262.    width:220px;
  263. }
  264. /* rounded goodness */
  265. .group {
  266.    border-radius:10px;
  267.    -moz-border-radius:10px;
  268.    -webkit-border-radius:10px;
  269. }
  270. .tabbed ul.table.group {
  271.    border-top-right-radius: 0;
  272.    -moz-border-radius-topright: 0;
  273.    -webkit-border-top-right-radius: 0;
  274.    border-top-left-radius: 0;
  275.    -moz-border-radius-topleft: 0;
  276.    -webkit-border-top-left-radius: 0;
  277. }
  278.  
  279. .pagination .next a,
  280. ul.table.disclosure .pagination .next a {
  281.    border-bottom-left-radius:10px;
  282.    -webkit-border-bottom-left-radius:10px;
  283.    -moz-border-radius-bottomleft:10px;
  284. }
  285. .pagination .prev a,
  286. ul.table.disclosure .pagination .prev a {
  287.    border-bottom-right-radius:10px;
  288.    -webkit-border-bottom-right-radius:10px;
  289.    -moz-border-radius-bottomright:10px;
  290. }
  291. .pagination {
  292.    border-bottom-left-radius:10px;
  293.    border-bottom-right-radius:10px;
  294.    -webkit-border-bottom-left-radius:10px;
  295.    -webkit-border-bottom-right-radius:10px;
  296.    -moz-border-radius-bottomleft:10px;
  297.    -moz-border-radius-bottomright:10px;
  298. }
  299. .tabbed .tabs li:first-child a {
  300.    border: 1px solid #ccc;
  301.    border-width: 1px 1px 0;
  302.    border-top-left-radius:10px;
  303.    -webkit-border-top-left-radius:10px;
  304.    -moz-border-radius-topleft:10px;
  305. }
  306. .tabbed .tabs li:last-child a {
  307.    border: 1px solid #ccc;
  308.    border-width: 1px 1px 0 0;
  309.    border-top-right-radius:10px;
  310.    -webkit-border-top-right-radius:10px;
  311.    -moz-border-radius-topright:10px;
  312. }
  313.  
  314. .pages-link {
  315.    margin:2em 0;
  316.    word-spacing:.25em;
  317. }
  318. .pages-link a {
  319.    background:#d7d7d7;
  320.    border:1px solid #ccc;
  321.    -moz-border-radius:3px;
  322.    -webkit-border-radius:3px;
  323.    -khtml-border-radius:3px;
  324.    border-radius:3px;
  325.    color:#333;
  326.    padding:.3em .5em;
  327.    text-decoration:none;
  328. }
  329. .sar { background-image: url(../img/sar.png); background-repeat: no-repeat; background-position: left top; position: relative; z-index: 1; margin: -13px 3px; }
  330. .sar 2 { background-image: url(../img/sar.png); background-repeat: no-repeat; background-position: right top; height: 26px; display: block; }
Add Comment
Please, Sign In to add comment