Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.46 KB | None | 0 0
  1. @charset "utf-8";
  2. .fan {
  3.     height: 50px;
  4.     width: auto;
  5.     border-top-color: #000;
  6.     border-right-color: #000;
  7.     border-bottom-color: #000;
  8.     border-left-color: #000;
  9.     border-top-style: solid;
  10.     border-right-style: solid;
  11.     border-bottom-style: solid;
  12.     border-left-style: solid;
  13. }
  14. .long {
  15.     height: 400px;
  16.     width: 25px;
  17.     border-top-style: solid;
  18.     border-right-style: solid;
  19.     border-bottom-style: solid;
  20.     border-left-style: solid;
  21.     border-top-color: #000;
  22.     border-right-color: #000;
  23.     border-bottom-color: #000;
  24.     border-left-color: #000;
  25. }
  26. .HPU {
  27.     height: 200px;
  28.     width: 225px;
  29.     border-top-style: solid;
  30.     border-right-style: solid;
  31.     border-bottom-style: solid;
  32.     border-left-style: solid;
  33.     border-top-color: #000;
  34.     border-right-color: #000;
  35.     border-bottom-color: #000;
  36.     border-left-color: #000;
  37. }
  38. .slotNum {
  39.     height: 25px;
  40.     width: 25px;
  41.     border-top-style: solid;
  42.     border-right-style: solid;
  43.     border-bottom-style: solid;
  44.     border-left-style: solid;
  45. }
  46. .short {
  47.     height: 200px;
  48.     width: 25px;
  49.     border-top-style: solid;
  50.     border-right-style: solid;
  51.     border-bottom-style: solid;
  52.     border-left-style: solid;
  53.     border-top-color: #000;
  54.     border-right-color: #000;
  55.     border-bottom-color: #000;
  56.     border-left-color: #000;
  57. }
  58. .backplane {
  59.     height: 50px;
  60.     width: 50px;
  61.     border-top-color: #000;
  62.     border-right-color: #000;
  63.     border-bottom-color: #000;
  64.     border-left-color: #000;
  65.     border-top-style: solid;
  66.     border-right-style: solid;
  67.     border-bottom-style: solid;
  68.     border-left-style: solid;
  69. }
  70. .longThick {
  71.     height: 400px;
  72.     width: 50px;
  73.     border-top-style: solid;
  74.     border-right-style: solid;
  75.     border-bottom-style: solid;
  76.     border-left-style: solid;
  77.     border-top-color: #000;
  78.     border-right-color: #000;
  79.     border-bottom-color: #000;
  80.     border-left-color: #000;
  81. }
  82. .longExtraThick {
  83.     height: 400px;
  84.     width: 75px;
  85.     border-top-style: solid;
  86.     border-right-style: solid;
  87.     border-bottom-style: solid;
  88.     border-left-style: solid;
  89.     border-top-color: #000;
  90.     border-right-color: #000;
  91.     border-bottom-color: #000;
  92.     border-left-color: #000;
  93. }
  94. .container {
  95.     height: 900px;
  96.     width: 1400px;
  97.     margin-right: auto;
  98.     margin-left: auto;
  99.     border-style: solid;
  100. }
  101. .nested {
  102.     height: 210px;
  103.     margin-right: auto;
  104.     margin-left: auto;
  105.     border-style: solid;
  106.     width: 918px;
  107.     overflow: auto;
  108. }
  109. .nestedTop {
  110.     height: 520px;
  111.     width: 918px;
  112.     border-style: solid;
  113.     margin-right: auto;
  114.     margin-left: auto;
  115.     margin-top:10px;
  116.  
  117. }
  118. #sddm
  119. {  
  120.  
  121.     margin: 0;
  122.     padding: 0;
  123.     z-index: 30;
  124.  
  125. }
  126.  
  127. #sddm li
  128. {  
  129.  
  130.     margin: 0;
  131.     padding: 0;
  132.     list-style: none;
  133.     float: left;
  134.     font: bold 11px arial;
  135.  
  136. }
  137.  
  138. #sddm li a
  139. {  
  140.  
  141.     display: block;
  142.     margin: 0 1px 0 0;
  143.     padding: 4px 10px;
  144.     width: 60px;
  145.     background: #3399FF;
  146.     color: #FFF;
  147.     text-align: center;
  148.     text-decoration: none;
  149.  
  150. }
  151.  
  152. #sddm li a:hover
  153. {  
  154.  
  155.     background: #49A3FF
  156.  
  157. }
  158.  
  159. #sddm div
  160. {  
  161.    
  162.     position: absolute;
  163.     visibility: hidden;
  164.     margin: 0;
  165.     padding: 0;
  166.     background: #EAEBD8;
  167.     border: 1px solid #5970B2;
  168.    
  169. }
  170.  
  171. #sddm div a
  172. {  
  173.  
  174.     position: relative;
  175.     display: block;
  176.     margin: 0;
  177.     padding: 5px 10px;
  178.     width: auto;
  179.     white-space: nowrap;
  180.     text-align: left;
  181.     text-decoration: none;
  182.     background: #EAEBD8;
  183.     color: #2875DE;
  184.     font: 11px arial;
  185.  
  186. }
  187.  
  188. #sddm div a:hover
  189. {  
  190.  
  191.     background: #49A3FF;
  192.     color: #FFF
  193.  
  194. }
  195.  
  196.  
  197. #sddmnested
  198. {  
  199.    
  200.     position:absolute;
  201.     top:80;
  202.     left:300;
  203.     margin: 0;
  204.     padding: 0;
  205.     z-index: 30;
  206.  
  207. }
  208.  
  209. #sddmnested li
  210. {  
  211.  
  212.     margin: 0;
  213.     padding: 0;
  214.     list-style: none;
  215.     float: left;
  216.     font: bold 11px arial;
  217.  
  218. }
  219.  
  220. #sddmnested li a
  221. {  
  222.  
  223.     display: block;
  224.     margin: 0 1px 0 0;
  225.     padding: 4px 10px;
  226.     width: 80px;
  227.     height :40px;
  228.     background: #3399FF;
  229.     color: #FFF;
  230.     text-align: center;
  231.     text-decoration: none;
  232.  
  233. }
  234.  
  235. #sddmnested li a2
  236. {  
  237.  
  238.     display: block;
  239.     margin: 0 1px 0 0;
  240.     padding: 4px 10px;
  241.     width: 80px;
  242.     height :20px;
  243.     background: #3399FF;
  244.     color: #FFF;
  245.     text-align: center;
  246.     text-decoration: none;
  247.  
  248. }
  249.  
  250.  
  251. #sddmnested li a:hover
  252. {  
  253.  
  254.     background: #49A3FF
  255.  
  256. }
  257.  
  258. #sddmnested li a2:hover
  259. {  
  260.  
  261.     background: #49A3FF
  262.  
  263. }
  264.  
  265. #sddmnested div
  266. {  
  267.    
  268.     position: absolute;
  269.     visibility: hidden;
  270.     margin: 0;
  271.     padding: 0;
  272.     background: #EAEBD8;
  273.     border: 1px solid #5970B2;
  274. }
  275.  
  276. #sddmnested div a
  277. {  
  278.  
  279.     position: relative;
  280.     display: block;
  281.     margin: 0;
  282.     padding: 5px 10px;
  283.     width: auto;
  284.     white-space: nowrap;
  285.     text-align: left;
  286.     text-decoration: none;
  287.     background: #EAEBD8;
  288.     color: #2875DE;
  289.     font: 11px arial;
  290.  
  291. }
  292.  
  293. #sddmnested div a2
  294. {  
  295.  
  296.     position: relative;
  297.     display: block;
  298.     margin: 0;
  299.     padding: 5px 10px;
  300.     width: auto;
  301.     white-space: nowrap;
  302.     text-align: left;
  303.     text-decoration: none;
  304.     background: #EAEBD8;
  305.     color: #2875DE;
  306.     font: 11px arial;
  307.    
  308. }
  309.  
  310. #sddmnested div a:hover
  311. {  
  312.  
  313.     background: #49A3FF;
  314.     color: #FFF
  315.  
  316. }
  317.  
  318. #sddmnested div a2:hover
  319. {  
  320.  
  321.     background: #49A3FF;
  322.     color: #FFF
  323.  
  324. }
  325.  
  326. .header {
  327.     height: 80px;
  328.     width: 1100px;
  329.     margin-right: auto;
  330.  
  331. }
  332.  
  333. .cmenu
  334. {
  335.  
  336.     margin: 0;
  337.     padding: 0.3em;
  338.     list-style-type: none;
  339.     background-color: white;
  340.     position :static;
  341.     z-index:2;
  342.  
  343. }
  344. .cmenu li:hover {}
  345. .cmenu hr
  346. {
  347.     border: 0;
  348.     border-bottom: 1px solid grey;
  349.     margin: 3px 0px 3px 0px;
  350.     width: 10em;
  351.     position :static;
  352.     z-index:2;
  353. }
  354. .cmenu a {
  355.     border: 0 !important;
  356.     position :static;
  357.     z-index:2;
  358. }
  359. .cmenu a:hover
  360. {
  361.     text-decoration: underline !important;
  362.     position :static;
  363.     z-index:2;
  364. }
  365. .cmenu .topSep
  366. {
  367.     font-size: 90%;
  368.     border-top: 1px solid gray;
  369.     margin-top: 0.3em;
  370.     padding-top: 0.3em;
  371.     position :static;
  372.     z-index:2;
  373. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement