Guest User

Untitled

a guest
Jun 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.09 KB | None | 0 0
  1. /*---------------------------------------------------*/
  2. /*               HOME PAGE - 2.8.12                  */
  3. /*---------------------------------------------------*/
  4. .wrapper-home{
  5.     float:left;
  6. }
  7. .header-home {
  8.     background-image: url("../images/header-home.png");
  9.     height: 325px;
  10.     margin-top: 25px;
  11.     width: 882px;
  12. }
  13. /*Login Box*/
  14. .login-home {
  15.     background-image: url("../images/login-home.png");
  16.     float: right;
  17.     height: 51px;
  18.     margin-top: -25px;
  19.     width: 510px;
  20.     z-index: 5;
  21.  
  22. }
  23. .textfield-home {
  24.     background-image: url("../images/textfield145.png");
  25.     border: 0 none;
  26.     color: #757575;
  27.     font-size: 10pt;
  28.     height: 26px;
  29.     margin-top: 11px;
  30.     margin-left:11px;
  31.     padding-left: 4px;
  32.     width: 140px;
  33. }
  34. .fieldholder-hold{
  35.     width:500px;
  36.     height:51px;
  37.     margin-top:5px;
  38.     font-size:13px;
  39.  
  40. }
  41. /*Home Login Links*/
  42. .homelogin-links{
  43.     margin-left:20px;
  44. }
  45. .homelogin-links a{
  46.     font-size:13px;
  47.     color:#ffcc33;
  48. }
  49. .homelogin-links a:hover{
  50.     font-size:13px;
  51.     color:#ffcc33;
  52. }
  53. /*Dialog*/
  54. .dialog-home {
  55.     background-image: url("../images/dialog-home.png");
  56.     float: left;
  57.     height: 94px;
  58.     margin-left: 25px;
  59.     margin-top: 1px;
  60.     width: 370px;
  61. }
  62. .dialog-style {
  63.     color: #EEEEEE;
  64.     float: left;
  65.     font-size: 10px;
  66.     margin-top: 108px;
  67. }
  68. .videoplayer-home {
  69.     background: none repeat scroll 0 0 #888888;
  70.     float: right;
  71.     height: 260px;
  72.     margin-right: 13px;
  73.     margin-top: -282px;
  74.     width: 457px;
  75. }
  76. .registerbutton-home {
  77.     background-image: url("../images/button-home.png");
  78.     float: left;
  79.     height: 86px;
  80.     margin-left: 51px;
  81.     margin-top: -134px;
  82.     width: 297px;
  83. }
  84. .poweredby-logo {
  85.     background-image: url("../images/poweredby-logo.png");
  86.     float: left;
  87.     height: 40px;
  88.     margin-left: 87px;
  89.     margin-top: -70px;
  90.     width: 224px;
  91. }
  92. /*Leaderboard*/
  93. .leaderboard-home{
  94.     width:436px;
  95.     height:332px;
  96. }
  97. .leaderboard-header{
  98.     background-image: url("../images/leaderboard-header.png");
  99.     width:436px;
  100.     height:70px;
  101. }
  102. .lb-a{
  103.     background:#262626;
  104.     width:426px;
  105.     height:25px;
  106.     padding-left:10px;
  107.     color:#D1D1D1;
  108.     font-weight:bold;
  109.  
  110. }
  111. .lb-b{
  112.     background:#565656;
  113.     width:426px;
  114.     height:25px;
  115.     padding-left:10px;
  116.     color:#D1D1D1;
  117.     font-weight:bold;
  118.  
  119. }
  120. /*Leaderboard Rank Win Score*/
  121. .leaderboard-rws {
  122.     float: right;
  123.     left: 6px;
  124.     margin-right: 43px;
  125.     position: relative;
  126.     font-weight:normal;
  127.     }
  128. .leaderboard-vertical{
  129.     background:#8E8E8E;
  130.     width:1px;
  131.     z-index:4;
  132.     height:250px;
  133.     position:absolute;
  134. }
  135. /*NewsUpdates*/
  136. .newsupdates-home {
  137.     background: none repeat scroll 0 0 #262626;
  138.     float: right;
  139.     height: 320px;
  140.     margin-top: -332px;
  141.     width: 436px;
  142. }
  143. .newsupdates-header{
  144.     background-image: url("../images/newsupdates-header.png");
  145.     width:436px;
  146.     height:70px;
  147. }
  148. .newslink-home {
  149.     color: #D1D1D1;
  150.     float: right;
  151.     font-size: 12px;
  152.     margin-right: 17px;
  153.     margin-top: 43px;
  154. }
  155. .newslink-home a{
  156.     color:#ffcc33;
  157. }
  158. .newslink-home a:hover{
  159.     color:#ffcc33;
  160. }
  161. /*Thumbnails on Home*/
  162. .thumbs-home{
  163.     margin-top: 20px;
  164.     margin-left:20px;
  165.     color:#fff;
  166.     }
  167. .newspost-home {
  168.     color: #FFFFFF;
  169.     float: left;
  170.     font-size: 11px;
  171.     height: 80px;
  172.     margin-left: 160px;
  173.     margin-top: -93px;
  174.     width: 250px;
  175. }
  176. .postheader-home {
  177.     font-size: 14px;
  178.     font-weight: bold;
  179.     color:#ffcc33;
  180. }
  181. /*Slider Begin*/
  182. .slider-wrap{
  183.     width:881px;
  184.     height:244px;
  185.     background-image:url('../images/slider-a.png');
  186. }
  187. .slider-tab-left {
  188.     background: none repeat scroll 0 0 #000000;
  189.     border-radius: 0 5px 5px 0;
  190.     float: left;
  191.     height: 80px;
  192.     margin-top: 83px;
  193.     opacity: 0.7;
  194.     width: 63px;
  195.     z-index: 6;
  196. }
  197. .slider-tab-right {
  198.     background: none repeat scroll 0 0 #000000;
  199.     border-radius: 5px 0 0 5px;
  200.     float: right;
  201.     height: 80px;
  202.     margin-top: 83px;
  203.     opacity: 0.7;
  204.     width: 63px;
  205.     z-index: 6;
  206. }
  207. .left-arrow {
  208.     float:left;
  209.     margin-left: 20px;
  210.     margin-top: 27px;
  211. }
  212. .right-arrow{
  213.     float: right;
  214.     margin-top:27px;
  215.     margin-right:20px;
  216. }
Add Comment
Please, Sign In to add comment