Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.08 KB | None | 0 0
  1. /* Thor was here! */
  2.  
  3. * {
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7. body {
  8.     font-family: Tahoma,Geneva,sans-serif;
  9. }
  10. h1 {
  11.     background: none repeat scroll 0 0 #41588C;
  12.     border-right: 5px dashed #6077AB;
  13.     color: #FFFFFF;
  14.     float: left;
  15.     font-family: Trebuchet MS,Helvetica,sans-serif;
  16.     font-size: 30px;
  17.     font-weight: normal;
  18.     height: 35px;
  19.     margin-right: 10px;
  20.     padding: 15px;
  21. }
  22. h1 a {
  23.     color: inherit;
  24.     text-decoration: none;
  25. }
  26. #info {
  27.     background: none repeat scroll 0 0 #444444;
  28.     color: #FFFFFF;
  29.     font-family: Courier New,Courier,monospace;
  30.     font-size: 14px;
  31.     height: 55px;
  32.     padding-top: 10px;
  33. }
  34. #info strong {
  35.     color: #CCCCCC;
  36.     display: block;
  37.     float: left;
  38.     font-size: 14px;
  39.     font-weight: normal;
  40.     margin-right: 5px;
  41.     text-align: right;
  42.     width: 100px;
  43. }
  44. #info a {
  45.     border-bottom: 1px dotted #CCCCCC;
  46.     color: inherit;
  47.     text-decoration: none;
  48. }
  49.  
  50. h2 {
  51.     font-family: "Trebuchet MS",Helvetica,sans-serif;
  52.     font-size: 20px;
  53.     font-weight: normal;
  54.     margin-left: 20px;
  55.     margin-top: 20px;
  56. }
  57. .notice {
  58.     background: none repeat scroll 0 0 #FFFBBF;
  59.     border: 5px solid #FFF99E;
  60.     clear: both;
  61.     margin: 20px 60px 0;
  62.     padding: 10px;
  63. }
  64. .important {
  65.     background: none repeat scroll 0 0 #FFBABA;
  66.     border: 5px solid #FF9191;
  67.     margin: 20px 60px 0;
  68.     padding: 10px;
  69. }
  70. .dir {
  71.     background: none repeat scroll 0 0 #EFEFEF;
  72.     border: 5px solid #CCCCCC;
  73.     clear: both;
  74.     color: #444444;
  75.     list-style: none outside none;
  76.     margin: 20px 60px 0;
  77.     padding: 0 10px;
  78. }
  79. #main > label {
  80.     background: -moz-linear-gradient(silver, azure) silver;
  81.     background: -webkit-gradient(linear, left top, left bottom, from(silver), to(azure)) silver;
  82.     border-color: Gainsboro;
  83.     -moz-border-radius: 0 0 20px 20px;
  84.     -webkit-border-radius: 0 0 20px 20px;
  85.     -o-border-radius: 0 0 20px 20px;
  86.     border-radius: 0 0 20px 20px;
  87.     border-style: hidden solid solid;
  88.     border-width: 0 1px 1px;
  89.     display: block;
  90.     font: 32px "Trebuchet MS",Helvetica,sans-serif;
  91.     height: 31px;
  92.     margin: 0 auto;
  93.     padding: 16px 90px 24px 30px;
  94.     text-shadow: 0 1px #FFFFFF;
  95.     width: 500px;
  96. }
  97. #main > input {
  98.     border: 1px inset Gainsboro;
  99.     -moz-border-radius: 10px;
  100.     -webkit-border-radius: 10px;
  101.     -o-border-radius: 10px;
  102.     border-radius: 10px;
  103.     display: block;
  104.     font: 22px Tahoma,Geneva,sans-serif;
  105.     height: 35px;
  106.     left: 60px;
  107.     margin: 0 auto;
  108.     padding: 0 10px;
  109.     position: relative;
  110.     top: -56px;
  111.     width: 420px;
  112. }
  113. #search-results {
  114.     background: -moz-linear-gradient(lightblue, lavender) lightblue;
  115.     background: -webkit-gradient(linear, left top, left bottom, from(lightblue), to(lavender)) lightblue;
  116.     border-radius: 20px 20px 20px 20px;
  117.     font-style: italic;
  118.     line-height: 25px;
  119.     margin: 0 60px;
  120.     overflow: auto;
  121.     padding: 15px 20px;
  122.     text-align: right;
  123.     top: -10px;
  124.     white-space: nowrap;
  125. }
  126. #search-results:empty {
  127.     display: none;
  128. }
  129. .searchlink {
  130.     color: inherit;
  131.     cursor: pointer;
  132.     display: block;
  133.     float: left;
  134.     font-style: normal;
  135.     overflow: auto;
  136.     text-align: left;
  137.     text-shadow: none;
  138.     white-space: nowrap;
  139. }
  140. .dir li {
  141.     margin: 10px 0;
  142. }
  143. .dir .superbutton:hover {
  144.     cursor: pointer;
  145. }
  146. .dir .name {
  147.     font-weight: bold;
  148. }
  149. .dir .name a {
  150.     color: inherit;
  151.     text-decoration: none;
  152. }
  153. .dir .info {
  154.     clear: both;
  155.     font-size: 14px;
  156. }
  157. .dir .info .holds {
  158.     color: #41588C;
  159.     font-weight: bold;
  160. }
  161. .dir .info .holds:empty:before {
  162.     content: "";
  163. }
  164. .dir .info .files:before, .dir .info .timestamp:before, .dir .info .holds:before, .dir .info .rtStats:before {
  165.     color: #444444;
  166.     content: "| ";
  167.     font-weight: normal;
  168. }
  169. #desu {
  170.     background: none repeat scroll 0 0 #AA0000;
  171.     color: #FFFF00;
  172.     display: none;
  173.     font-size: 80px;
  174.     height: 100%;
  175.     left: 0;
  176.     position: absolute;
  177.     text-align: center;
  178.     text-decoration: blink;
  179.     top: 0;
  180.     width: 100%;
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement