Advertisement
Guest User

style.css

a guest
Feb 12th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.23 KB | None | 0 0
  1. * {
  2.     margin:0;
  3.     padding:0;
  4. }
  5.  
  6. body {
  7.     background:url(img/bg.jpg) no-repeat top center #020510;
  8.     font-family:Arial, Helvetica, sans-serif;
  9. }
  10.  
  11. .clear-b {
  12.     clear:both;
  13.     height:1px;
  14. }
  15.  
  16. .logo {
  17.     background:url(img/logo.png);
  18.     width:350px;
  19.     height:69px;
  20.     opacity:1;
  21.     margin:120px 30px;
  22. }
  23.  
  24. #head {
  25.     width:905px;
  26.     height:220px;
  27.     margin:0 auto;
  28. }
  29.  
  30. #footer {
  31.     width:905px;
  32.     margin:0 auto;
  33. }
  34.  
  35.     #footer p {
  36.         padding:18px 22px;
  37.         color:#1f2f4b;
  38.         text-shadow:0 1px 0 #000, 0 0 4px #000, 0 0 4px #000;  
  39.         font-size:12px;
  40.     }
  41.    
  42. a {
  43.     color:#2a4967;
  44.     text-decoration:none;
  45. }
  46.  
  47. hr {
  48.     background:#070a0f;
  49.     height:3px;
  50.     border:none;
  51.     border-bottom:solid 1px #1a1f31;
  52.     margin:4px;
  53. }
  54. /* -------------------------------------------------------------- */
  55. /* ---- MENU STYLESHEET ----------------------------------------- */
  56.  
  57. #menu {
  58.     background:url(img/main.png)left top;
  59.     height:105px;
  60.     width:905px;
  61.     margin:0 auto;
  62.     font-family:Georgia, "Times New Roman", Times, serif;
  63. }
  64.  
  65.     #menu ul {
  66.         height:94px;
  67.         width:740px;
  68.         list-style:none;
  69.         margin:0 auto;
  70.     }
  71.    
  72.     #menu ul li {
  73.         float:left;
  74.         background:url(img/menu-border.png) right no-repeat;
  75.         height:93px;
  76.         margin-top:5px;
  77.     }
  78.    
  79.         #menu ul li:last-child {
  80.             background:none;
  81.         }
  82.    
  83.         #menu ul li a {
  84.             padding:40px 23px 40px 23px;
  85.             display:block;
  86.             text-transform:uppercase;
  87.             text-decoration:none;
  88.             color:#69acd6;
  89.             text-shadow:0 1px 0 #000, 0 0 4px #000, 0 0 4px #000;
  90.             font-size:15px;
  91.         }
  92.  
  93. /* -------------------------------------------------------------- */
  94. /* ---- MAIN STYLESHEET ----------------------------------------- */
  95.  
  96. #main {
  97.     background:url(img/main.png) right center;
  98.     width:905px;
  99.     min-height:300px;
  100.     margin:0 auto;
  101. }
  102.  
  103. #main-bt {
  104.     background:url(img/main.png) left bottom;
  105.     width:905px;
  106.     height:8px;
  107.     margin:0 auto;
  108. }
  109.  
  110. /* -------------------------------------------------------------- */
  111. /* ---- STATUS STYLESHEET --------------------------------------- */
  112.  
  113. #status {
  114.     background:url(img/status-bar.png);
  115.     width:586px;
  116.     height:56px;
  117.     margin:-5px 0 0 0;
  118.     float:left;
  119. }
  120.  
  121.     #status p {
  122.         float:left;
  123.         font-size:12px;
  124.         padding:18px 0 0 22px;
  125.         color:#69acd6;
  126.         text-shadow:0 1px 0 #000, 0 0 4px #000, 0 0 4px #000;
  127.     }
  128.    
  129.     #status p.offline {
  130.         color:#a97676;
  131.     }
  132.    
  133.     #status p.online {
  134.         color:#82a976;
  135.     }
  136.  
  137.  
  138. .clear-con {
  139.     width:588px;
  140.     height:51px;
  141.     margin:0 0 0 7px;
  142. }
  143.  
  144. .status-load {
  145.     background:url(img/status-load.png);
  146.     width:34px;
  147.     height:35px;
  148.     float:right;
  149.     margin:8px 16px;
  150.     cursor:pointer;
  151. }
  152.  
  153. /* -------------------------------------------------------------- */
  154. /* ---- CONTENT STYLESHEET --------------------------------------- */
  155.  
  156. #content {
  157.     width:588px;
  158.     margin:0 0 0 5px;
  159.     float:left;
  160. }
  161.  
  162.     .con-ui {
  163.         background:url(img/content.png);
  164.         width:588px;
  165.     }
  166.    
  167.     .con-top {
  168.         background-position:left top;
  169.         height:66px;
  170.     }
  171.        
  172.         .con-top h2 {
  173.             font-weight:normal;
  174.             color:#7690a9;
  175.             text-shadow:0 2px 0 #000, 0 0 3px #000, 0 0 3px #000;
  176.             font-size:16px;
  177.             line-height:68px;
  178.             text-align:left;
  179.             text-indent:30px;
  180.         }
  181.    
  182.     .con-post {
  183.         background-position:right center;
  184.     }
  185.    
  186.         .con-wrapper {
  187.             padding:6px 30px 10px 30px;
  188.             color:#50606f;
  189.             font-size:12px;
  190.             text-shadow:0 1px 1px #000;
  191.         }
  192.    
  193.     .con-bt {
  194.         background-position:left bottom;
  195.         height:16px;
  196.     }
  197.    
  198.     .con-button {
  199.         background:url(img/con-button.png);
  200.         width:588px;
  201.         height:102px;
  202.         opacity:0.7;
  203.     }
  204.    
  205.     #quote {
  206.         background:url(img/quote.png) no-repeat;
  207.         width:534px;
  208.         height:81px;
  209.         margin:9px 0;
  210.     }
  211.    
  212.         #quote p {
  213.             padding:18px 37px;
  214.             color:#4f596e;
  215.         }
  216. /* -------------------------------------------------------------- */
  217. /* ---- SIDEBAR STYLESHEET -------------------------------------- */
  218.  
  219. #sidebar {
  220.     width:307x;
  221.     margin:0 5px 0 0;
  222.     float:right;
  223. }
  224.  
  225.     .sb-ui {
  226.         background:url(img/sidebar.png);
  227.         width:307px;
  228.     }
  229.    
  230.     .sb-top {
  231.         background-position:left top;
  232.         height:58px;
  233.     }
  234.        
  235.         .sb-top h2 {
  236.             font-weight:normal;
  237.             color:#7690a9;
  238.             text-shadow:0 2px 0 #000, 0 0 3px #000, 0 0 3px #000;
  239.             font-size:15px;
  240.             line-height:58px;
  241.             text-align:left;
  242.             text-indent:28px;
  243.         }
  244.    
  245.     .sb-post {
  246.         background-position:right center;
  247.     }
  248.    
  249.         .sb-wrapper {
  250.             padding:6px 26px 5px 26px;
  251.             color:#50606f;
  252.             font-size:12px;
  253.             text-shadow:0 1px 1px #000;
  254.         }
  255.    
  256.     .sb-bt {
  257.         background-position:left bottom;
  258.         height:16px;
  259.     }
  260.    
  261.     .sb-download {
  262.         background:url(img/buttons.png) top;
  263.         width:305px;
  264.         height:62px;
  265.         opacity:0.7;
  266.     }
  267.    
  268.     .sb-register {
  269.         background:url(img/buttons.png) bottom;
  270.         width:305px;
  271.         height:62px;
  272.         opacity:0.7;
  273.     }
  274.  
  275. /* -------------------------------------------------------------- */
  276. /* ---- TEXT STYLESHEET ----------------------------------------- */
  277.  
  278. input[type="text"], [type="password"] {
  279.     background:url(img/input.png);
  280.     width:260px;
  281.     height:39px;
  282.     border:none;
  283.     text-indent:15px;
  284.     color:#272e35;
  285.     text-shadow:0 1px 0 #000, 0 0 3px #000, 0 0 2px #000;
  286.     font-size:12px;
  287.     margin:3px 0;
  288. }
  289.  
  290. input[type="submit"], [type="reset"] {
  291.     background:url(img/button_s.png);
  292.     width:98px;
  293.     height:47px;
  294.     border:none;
  295.     text-transform:uppercase;
  296.     font-weight:bold;
  297.     font-size:12px;
  298.     color:#7690a9;
  299.     text-shadow:0 1px 0 #000, 0 0 3px #000;
  300. }
  301.     input[type="submit"]:hover, [type="reset"]:hover  {
  302.         background-position:0 -47px;
  303.         color:#7cb7f0;
  304.     }
  305.  
  306. /* -------------------------------------------------------------- */
  307. /* ---- RANK STYLESHEET ----------------------------------------- */
  308.  
  309. table.rank {
  310.     background:url(img/rank.png);
  311.     width:262px;
  312.     height:221px;
  313.     border:none;
  314.     margin:0 auto;
  315. }
  316.  
  317. table.rank tr.top {
  318.     color:#50606f;
  319.     font-size:12px;
  320.     text-shadow:0 1px 1px #000;
  321. }
  322.  
  323. table.rank tr.list {
  324.     color:#2a4967;
  325.     font-size:12px;
  326.     text-shadow:0 1px 1px #000;
  327. }
  328.  
  329.  
  330. span.set-player {
  331.     background:url(img/change_rank.png);
  332.     width:102px;
  333.     height:29px;
  334.     float:right;
  335.     display:block;
  336.     margin:13px 22px 0 0;
  337.     cursor:pointer;
  338. }
  339.  
  340. span.set-guild {
  341.     background:url(img/change_rank.png)0 -29px;
  342.     width:102px;
  343.     height:29px;
  344.     float:right;
  345.     display:none;
  346.     margin:13px 22px 0 0;
  347.     cursor:pointer;
  348. }
  349.  
  350. .load {
  351.     background:url(img/ajax-loader.gif);
  352.     width:16px;
  353.     height:16px;
  354.     display:none;
  355.     margin:0 auto;
  356. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement