mathio3

style

Oct 27th, 2021 (edited)
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.79 KB | None | 0 0
  1. body {
  2.     background-color: #00050c;
  3.     color: #e1e1e1;
  4.     margin: 0;
  5.     font: normal 75% Arial, Helvetica, sans-serif;
  6. }
  7.  
  8. body,
  9. td,
  10. th {
  11.     font: 11pt;
  12.     margin: 0;
  13.     vertical-align: top;
  14. }
  15.  
  16. table.info {
  17.     color: #ffffff;
  18. }
  19.  
  20. table.infox {
  21.     color: #0663D5;
  22.     font-weight: bolder;
  23. }
  24.  
  25. table #toolsTbl {
  26.     background-color: #060A10;
  27. }
  28.  
  29. span,
  30. h1,
  31. a {
  32.     color: #fff !important;
  33. }
  34.  
  35. span {
  36.     font-weight: bold;
  37. }
  38.  
  39. h1 {
  40.     solid #1c242f;
  41.     padding: 2px 5px;
  42.     font: 14pt tahoma;
  43.     background-color: #000;
  44.     margin: 0px;
  45. }
  46.  
  47. div.content {
  48.     padding: 1px;
  49.     margin: 0 0px;
  50.     background: #000;
  51.     border: 1px solid #1c242f;
  52.     border-style: none;
  53. }
  54.  
  55. div.contentheaeder {
  56.     padding: 1px;
  57.     margin: 0 0px;
  58.     background: #1C242F;
  59.     border: 1px solid '#fff';
  60.     border-style: none;
  61. }
  62.  
  63. a {
  64.     text-decoration: none;
  65. }
  66.  
  67. a:hover {
  68.     text-decoration: underline;
  69. }
  70.  
  71. .tooltip::after {
  72.     background: #0663D5;
  73.     color: #FFF;
  74.     content: attr(data-tooltip);
  75.     margin-top: -50px;
  76.     display: block;
  77.     padding: 6px 10px;
  78.     position: absolute;
  79.     visibility: hidden;
  80. }
  81.  
  82. .tooltip:hover::after {
  83.     opacity: 1;
  84.     visibility: visible;
  85. }
  86.  
  87. .ml1 {
  88.     border: 1px;
  89.     border-color: #1c242f;
  90.     border-style: dashed;
  91.     background-color: #0F1010;
  92.     padding: 10px;
  93.     margin: 0;
  94.     overflow: auto;
  95. }
  96.  
  97. .bigarea {
  98.     width: 100%;
  99.     height: 250px;
  100.     margin-top: 0px;
  101.     border-radius: 10px;
  102.     border-color: #202832;
  103.     background: #202832;
  104. }
  105.  
  106. spansploi {
  107.     float: right;
  108. }
  109.  
  110. input,
  111. textarea,
  112. select {
  113.     margin-top: 0;
  114.     color: #fff;
  115.     background-color: #202832;
  116.     border-radius: 0px;
  117.     border: 0px solid #1c242f;
  118.     border-style: dashed;
  119.     border-radis: 5px;
  120.     font: 10pt arial, 'Courier New';
  121. }
  122.  
  123. label {
  124.     position: relative
  125. }
  126.  
  127. label:after {
  128.     content: '<>';
  129.     font: 10px 'Consolas', monospace;
  130.     color: #fff;
  131.     -webkit-transform: rotate(90deg);
  132.     -moz-transform: rotate(90deg);
  133.     -ms-transform: rotate(90deg);
  134.     transform: rotate(90deg);
  135.     right: 3px;
  136.     top: 3px;
  137.     padding: 0;
  138.     position: absolute;
  139.     pointer-events: none;
  140. }
  141.  
  142. label:before {
  143.     content: '';
  144.     right: 0;
  145.     top: 0;
  146.     width: 17px;
  147.     height: 17px;
  148.     background: #202832;
  149.     position: absolute;
  150.     pointer-events: none;
  151.     display: block;
  152. }
  153.  
  154. form {
  155.     margin: 0px;
  156. }
  157.  
  158. #toolsTbl {
  159.     text-align: center;
  160. }
  161.  
  162. #fak {
  163.     background: none;
  164. }
  165.  
  166. #fak td {
  167.     padding: 5px 0 0 0;
  168. }
  169.  
  170. iframe {
  171.     border: 1px solid #2e6e9c;
  172. }
  173.  
  174. .toolsInp {
  175.     width: 300px
  176. }
  177.  
  178. .main th {
  179.     text-align: left;
  180.     background-color: #2E6E9C;
  181. }
  182.  
  183. .menu th {
  184.     padding: 2px;
  185.     border-radius: 50px;
  186.     background: #2E6E9C;
  187. }
  188.  
  189. .menu th:hover {
  190.     background: #56AD15;
  191.     text-decoration: none;
  192. }
  193.  
  194. pre {
  195.     font-family: Overpass Sans, sans-serif;
  196.     color: #FFFFFF;
  197. }
  198.  
  199. #cot_tl_fixed {
  200.     position: fixed;
  201.     bottom: 0px;
  202.     font-size: 12px;
  203.     left: 0px;
  204.     padding: 4px 0;
  205.     clip: _top: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
  206.     _left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
  207. }
  208.  
  209. .main th {
  210.     text-align: left;
  211.     background-color: #2E6E9C;
  212. }
  213.  
  214. .main tr:hover {
  215.     background-color: #354252;
  216. }
  217.  
  218. .main td,
  219. th {
  220.     vertical-align: middle;
  221. }
  222.  
  223. input[type='submit'] {
  224.     background-color: #2E6E9C;
  225. }
  226.  
  227. input[type='button'] {
  228.     background-color: #2E6E9C;
  229. }
  230.  
  231. input[type='submit']:hover {
  232.     background-color: #56AD15;
  233. }
  234.  
  235. input[type='button']:hover {
  236.     background-color: #56AD15;
  237. }
  238.  
  239. .l1 {
  240.     background-color: #202832;
  241. }
  242.  
  243. pre {
  244.     font: 9pt Courier New;
  245. }
Add Comment
Please, Sign In to add comment