Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.68 KB | None | 0 0
  1. html {
  2.     height: 100%;
  3. }
  4. body {
  5.     font-family: calibri, sans-serif;
  6.     font-size: 15px;
  7.     margin: 0;
  8.     padding: 0;
  9.     overflow-x: hidden;
  10.     height: 100%;
  11.     background-color: #5a5a5a;
  12. }
  13. header#top {
  14.     background-color: #272727;
  15.     width: 100%;
  16.     height: 50px;
  17.     top: 0;
  18.     left: 0;
  19.     padding: 5px;
  20.     position: fixed;
  21.     display: inline-block;
  22.     color: white;
  23.     z-index:100;
  24. }
  25. header .logo {
  26.     width: 175px;
  27.     height: 45px;
  28.     position: fixed;
  29.     float: left;
  30. }
  31. header .steam {
  32.     float: right;
  33.     margin-right: 20px;
  34.     margin-top: 30px;
  35. }
  36. header .inlobby{
  37.     float: right;
  38.     margin-right: 20px;
  39.     text-align:center;
  40.     margin-top:10px;
  41. }
  42.  
  43. header#backend {
  44.     background-color: #e06d0a;
  45.     width: 100%;
  46.     height: 10px;
  47.     margin-left: 200px;
  48.     position: fixed;
  49.     margin-right:100px;
  50.     z-index:10;
  51. }
  52. aside#left {
  53.     float: left;
  54.     background-color: #2b2b2b;
  55.     width: 180px;
  56.     min-height:1100px;
  57.     height: 100%;
  58.     border-right: 10px solid #e06d0a;
  59.     border-bottom: 10px solid #e06d0a;
  60.     color: #fff;
  61.     padding: 10px;
  62.     clear: both;
  63.     text-align:center;
  64. }
  65. .onlinedrop{
  66.     background-color:#f58423;
  67.     width:180px;
  68.     height:30px;
  69.     padding:8px;
  70.     margin-left:-7px;
  71.     font-size:20px;
  72.     border-radius: 4px 4px 0px 0px;
  73.     margin-bottom:5px;
  74.     margin-top:-10px;
  75. }
  76. nav#arrozeboms{
  77.     background-color:#232323;
  78.     width:230px;
  79.     height:53px;
  80.     float:right;
  81.     margin-right:20px;
  82.     border-radius:2px;
  83. }
  84. div#photo {
  85.     float:right;
  86.     border-radius:50%;
  87.     width:45px;
  88.     height:45px;
  89.     background-image: url('http://www.mpgh.net/forum/customavatars/avatar3683918_1.gif');
  90.     border: 1px solid #e06d0a;
  91.     margin-top:3px;
  92.     margin-right:20px;
  93.     }
  94. div#photoin {
  95.     float:left;
  96.     border-radius:50%;
  97.     width:130px;
  98.     height:130px;
  99.     background-image: url('http://www.mpgh.net/forum/customavatars/avatar3683918_1.gif');
  100.     border: 3px solid #e06d0a;
  101.     margin-top:10px;
  102.     margin-left:-10px;
  103.     }
  104. div#ladophotoin {
  105.     float:left;
  106.     margin-top:30px;
  107.     margin-left:23px;
  108.     font-family: Century Gothic;
  109. }
  110. div#ladophotoin input{
  111.     width:400px;
  112.     height:50px;
  113.     border-radius:4px;
  114.     padding:10px;
  115.     color:#2b2b2b;
  116.     margin-top:10px;
  117.     border: 1px solid orange;
  118.     font-size:20px;
  119. }
  120. .menurest{
  121.     float:right;
  122.     margin-right:5px;
  123.     margin-top:10px;
  124.     font-size:20px;
  125. }
  126. nav#menus{
  127.     float:right;
  128.     margin-right:15px;
  129.     font-size:20px;
  130.     margin-top:10px;
  131. }
  132. article#caseaberto {
  133.     background-color:rgba(37, 37, 37, 0.68);
  134.     width:180px;
  135.     height:auto;
  136.     border-left:5px solid #f58423;
  137.     padding-top:5px;
  138.     padding-bottom:5px;
  139.     padding-left:2px;
  140.     padding-right:2px;
  141.     border-radius:2px;
  142.     margin-left:-3px;
  143.     text-align:center;
  144.     color:white;
  145.     margin-bottom:3px;
  146.     margin-left:-6px;
  147. }
  148. .tooltip{
  149.     display: inline-block;
  150. }
  151. .tooltip .tooltipatualizacao {
  152.     visibility: hidden;
  153.     width:150px;
  154.     height:50px;
  155.     background-color:#f58423;
  156.     color:white;
  157.     text-align:center;
  158.     border-radius:3px;
  159.     padding: 5px 0;
  160.     position:absolute;
  161.     z-index: ;
  162.     opacity:0.8;
  163.     margin-top:-45px;
  164.     margin-left:20px;
  165. }
  166. .tooltip:hover .tooltipatualizacao {
  167.     visibility: visible;
  168. }
  169. .phototol{
  170.     border-radius:50%;
  171.     width:45px;
  172.     height:45px;
  173.     background-image: url('http://www.mpgh.net/forum/customavatars/avatar3683918_1.gif');
  174.     border: 3px solid #e06d0a;
  175.     float:left;
  176. }
  177. div#status {
  178.     border-right: solid 1px #ccc;
  179.     width: auto;
  180.     height: 100px;
  181.     padding: 10px;
  182.     border-radius: 4px;
  183.     border: none;
  184.     margin-left: 220px;
  185.     margin-right: 10px;
  186.     margin-top: 60px;
  187.     left: 0px;
  188.     color: #fff;
  189. }
  190. div#sc {
  191.     width: 200px;
  192.     height: 90px;
  193.     background-color: #2b2b2b;
  194.     float: left;
  195.     margin-left: 200px;
  196.     margin-top: -1px;
  197.     border-radius: 0px 0px 4px 4px;
  198.     text-align: center;
  199.     font-size: 40px;
  200.     padding-top: 10px;
  201. }
  202. div#so {
  203.     width: 200px;
  204.     height: 90px;
  205.     background-color: #f58423;
  206.     margin: 0 auto;
  207.     margin-top: -1px;
  208.     border-radius: 0px 0px 4px 4px;
  209.     text-align: center;
  210.     font-size: 40px;
  211.     padding-top: 10px;
  212. }
  213. div#su {
  214.     width: 200px;
  215.     height: 90px;
  216.     background-color: #2b2b2b;
  217.     float: right;
  218.     margin-top: -101px;
  219.     margin-right: 200px;
  220.     border-radius: 0px 0px 4px 4px;
  221.     text-align: center;
  222.     font-size: 40px;
  223.     padding-top: 10px;
  224. }
  225. div#namesblack {
  226.     border-top: 1px solid #353434;
  227.     font-size: 28px;
  228. }
  229. div#namesorange {
  230.     border-top: 1px solid #ea6c00;
  231.     font-size: 28px;
  232. }
  233. div#casesc {
  234.     background-color: #2b2b2b;
  235.     border-right: solid 1px #292929;
  236.     width: auto;
  237.     height: auto;
  238.     padding: 10px;
  239.     border-radius: 4px;
  240.     border: 1px solid #292929;
  241.     margin-left: 220px;
  242.     margin-right: 10px;
  243.     margin-top: 10px;
  244.     left: 0px;
  245.     color: #fff;
  246.     text-align: center;
  247.     margin-bottom: 40px;
  248.     padding-left:50px;
  249. }
  250. div#inventoryname {
  251.     background-color: #2b2b2b;
  252.     border-right: solid 1px #292929;
  253.     width: auto;
  254.     height: 300px;
  255.     padding: 10px;
  256.     border-radius: 2px 2px 0px 0px;
  257.     border: 1px solid #292929;
  258.     margin-left: 220px;
  259.     margin-right: 10px;
  260.     margin-top: 10px;
  261.     left: 0px;
  262.     color: #fff;
  263.     text-align: center;
  264.     margin-bottom: 20px;
  265.     padding-left:50px;
  266. }
  267. div#casescc {
  268.     width: 999px;
  269.     margin: 0 auto;
  270.     text-align: center;
  271. }
  272. div#casesc .block {
  273.     width: 170px;
  274.     height: 180px;
  275.     background-color: rgba(39, 38, 38, 0.75);
  276.     float: left;
  277.     border-radius: 4px;
  278.     text-align: center;
  279.     font-size: 40px;
  280.     padding-top: 20px;
  281.     margin-right: 20px;
  282.     margin-bottom: 40px;
  283.    
  284. }
  285. div#casesc .blockblock {
  286.     margin: 0 auto;
  287.     text-align: center;
  288.     margin-top:14px;
  289. }
  290. div#barrinhatopper {
  291.     background-color: #f58423;
  292.     bottom: 0;
  293.     border-radius: 2px 2px 0px 0px;
  294.     cursor: hand;
  295.     font-size: 22px;
  296. }
  297. footer#copyright {
  298.     background-color: #212121;
  299.     width: 100%;
  300.     height: 100px;
  301.     bottom: 0;
  302.     left: 0;
  303.     text-align:center;
  304.     color:#5f5f5f;
  305.     padding:20px;
  306. }
  307. footer#copyright2 {
  308.     background-color: #f58424;
  309.     width: 100%;
  310.     height: 20px;
  311.     bottom: 0;
  312.     left: 0;
  313.     text-align:center;
  314.     color:white;
  315.     padding:20px;
  316. }
  317. article#calloutin{
  318.     background-color:#212121;
  319.     width:190px;
  320.     height:80px;
  321.     float:left;
  322.     padding:15px;
  323.     margin-right:15px;
  324.     margin-bottom:15px;
  325.     border-radius: 4px 0px 0px 4px;
  326.     border-left:5px solid #f58424;
  327. }
  328.  
  329. /* thanks for spin guy */
  330.  div#autista{
  331.    
  332.     width:1000px;
  333.     height:150px;
  334.     margin-left:-40px;
  335.     z-index:99;
  336.     position:absolute;
  337.     font-family: century gothic, sans-serif;
  338.  
  339. }
  340.  #spin {
  341.     width: 1000px;
  342.     height: 150px;
  343.     z-index: 99;
  344.     position:absolute;
  345.  
  346.  }
  347.  #items {
  348.     position: relative;
  349.     overflow: hidden;
  350.     max-width: 1015px;
  351.     height: 140px;
  352.     z-index:0;
  353.         border: 15px solid transparent;
  354.         border-image: url(img/border.png) 30
  355.  }
  356.  .img {
  357.      background-image:url('img/shadow.png');
  358.      background-repeat:no-repeat;
  359.     background-position:center center;
  360.     border-left: 1px solid #f58424;
  361.     float: left;
  362.     width: 120px;
  363.     height: 150px;
  364.     z-index:0;
  365.     margin-top:15px;
  366.     margin-left:20px;
  367.     padding-top:20px;
  368.  }
  369.  .rol {
  370.     overflow: auto;
  371.     width:22295px;
  372.     display:flex;
  373.     min-width: 1000%;
  374.     z-index:0;
  375.  }
  376.  .ponto {
  377.     width: 2px;
  378.     background-color: #CC2525;
  379.     top: 17px;
  380.     bottom: -5px;
  381.     left: 50%;
  382.     margin-left: -1px;
  383.     z-index: 1;
  384.     position:absolute;
  385.  }
  386. img{
  387.     z-index:0;
  388. }
  389. a {
  390.     outline: none;
  391.     text-decoration: none;
  392.     color: white;
  393. }
  394. .dropdown {
  395.     display: inline-block;
  396.    
  397. }
  398. .dropdown-content {
  399.     display: none;
  400.     background-color: #232323;
  401.     min-width: 160px;
  402.     padding: 12px 16px;
  403.     margin-top:20px;
  404. }
  405.  
  406. .dropdown:hover .dropdown-content {
  407.     display: block;
  408.     margin-top:50px;
  409. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement