Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.23 KB | None | 0 0
  1. body {
  2.     font-family: "Calibri";
  3.     font-size: 1.02em;
  4.    
  5.     background: #080814;
  6. }
  7.  
  8. h1 {
  9.     font-size: 1.5em;
  10. }
  11.  
  12. pre {
  13.     font-size: 1.02em;
  14. }
  15.  
  16. #msg {
  17.     font-size: 1.02em;
  18. }
  19.  
  20. .head {
  21.     background: #06060C;
  22.     border-bottom: 2px solid #49568A;
  23. }
  24.  
  25. #hd {
  26.     background: #06060C;
  27. }
  28.  
  29.  
  30. #bd {
  31.     max-width: 92%;
  32.     margin-left: auto !important;
  33.     margin-right: auto !important;
  34.     box-shadow: 0 50px 50px 0 black;
  35.     border-radius: 10px;
  36.     background: #06060C;
  37.     padding-top: 15px;
  38.  
  39. }
  40.  
  41. .messages .msg {
  42.     background: #080A12;   
  43.     border-color:#0B0B0B;
  44.     border-radius:5px;
  45. }
  46.  
  47. .message-table tbody {
  48.     background:#0A0A22;
  49.     border-color:#606060;
  50. }
  51.  
  52. .message-table tbody tr:hover{
  53.     background:#1B202D;
  54. }
  55.  
  56. .message-table{
  57.     background:#343A5B;
  58. }
  59.  
  60. .messages .msg .title {
  61.     background: #1D1F33 !important;
  62.     position: relative;
  63.     padding-left: 2px;
  64.     margin-right: -4px;
  65.     margin-top: -1px;
  66.     left: -2px;
  67. }
  68.  
  69. hr {
  70.     border: none;
  71. }
  72.  
  73.    
  74. .code {
  75.     background: none;
  76.     border-left: 2px solid #808080;
  77. }
  78.  
  79. .stars {
  80.     color: #BFDAE0;
  81.     vertical-align: baseline;
  82. }
  83.  
  84. .nav {
  85.     background: transparent;
  86.     border: 0;
  87.     border-radius:5px;
  88.     margin-bottom: 0;
  89. }
  90.  
  91. .entry-body .nav {
  92.     background: transparent;
  93. }
  94.  
  95. .messages .nav {
  96.     margin-top: -10px !important;
  97.     margin-bottom: 1px !important;
  98.     padding: 0 !important;
  99. }
  100.  
  101. .infoblock {
  102.     background: #0E0E1C;
  103.     border: 0;
  104.     border-radius: 5px;
  105. }
  106.  
  107.  
  108. a {
  109.     color: #EEE;
  110. }
  111.  
  112. .messages .comment .title{
  113.     border-color:#0C0C0C;
  114. }
  115.  
  116.  
  117. div.boxlet {
  118.     background: #0A0A22;
  119.     font-size: 0.8em;
  120. }
  121.  
  122. div.boxlet h2 {
  123.     background:#343A5B;
  124. }
  125.  
  126. .news {
  127.     border-top: 0;
  128. }
  129.  
  130. .messages .msg:target {
  131.     border: 1px solid #00AAFF;
  132. }
  133.  
  134. #mainpage {
  135.     border-radius: 15px;
  136. }
  137.  
  138. #head-main td {
  139.     border: 0;
  140.     padding-left: 5px;
  141.     padding-right: 5px;
  142. }
  143.  
  144. #head-main table {
  145.     border: 0;
  146. }
  147.  
  148. #ft-buttons {
  149.     display: none;
  150. }
  151.  
  152. #ft-info {
  153.     display: none;
  154. }
  155.  
  156. #ft-back-button {
  157.     display: none;
  158. }
  159.  
  160. #boxlets {
  161.     left: 0px;
  162.     position: absolute;
  163.     top: 142px;
  164.     width: 15.5%;
  165.     font-size: 1.1em;  
  166. }
  167.  
  168. #news {
  169.     margin-left: 16.5%;
  170.     width: 80%;
  171. }
  172.  
  173. div.boxlet h2 {
  174.     font-family: "Calibri";
  175.     font-size: 1.2em;
  176.     font-weight: 400;
  177. }
  178.  
  179. div.boxlet {
  180.     font-family: "Calibri";
  181. }
  182.  
  183. body a img[src="/black/lorlogo-try.png"] {
  184.     content: "LINUX.ORG.RU";
  185.     padding-top: 0.5rem;
  186.     font-size: 2em;
  187.     font-weight: bold;
  188.     text-decoration: none;
  189.     display: block;
  190.     float: left;
  191.     color: #fff;
  192.     padding-left: 1.5rem;
  193.     padding-right: 0.5em;
  194.     margin-right: 0.5em;
  195.     height: 70px;
  196. }
  197.  
  198. th {    
  199.     font-weight: 400;
  200. }
  201.  
  202. .head img[src='/black/lor-new.png'] {
  203.     border-radius: 0px 0px 20px;
  204.     box-shadow: 0px 0px 20px black;
  205. }
  206.  
  207. #bd .btn {
  208.     background: #1C1C2E;
  209.     border-radius: 2px;
  210.     color: #FEFEFE;
  211.     margin-top: 2px;
  212.     border-color: #212436;
  213.     padding: 1px 10px; 
  214. }
  215.  
  216.  
  217. input, textarea {
  218.     background-color: #080814;
  219.     border: 1px solid #8E97BD;
  220.     border-radius: 2px;
  221.     color: #F0F0F0;
  222.     font-size: 1em;
  223.     padding: 3px;
  224.     font-family: "Consolas";
  225. }
  226.  
  227. #head-main table a {
  228.     color: #C7C8D5;
  229. }
  230.  
  231. #head-main table a:visited {
  232.     color: #C7C8D5;
  233. }
  234.  
  235. #boxlets .boxlet li {
  236.     list-style: none inside none !important;
  237. }
  238.  
  239. #boxlets .boxlet li:before {
  240.     content: "> ";
  241. }
  242.    
  243. ul {
  244.     list-style: square outside;
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement