Advertisement
janvier56

X EuroBabeIndex Widescreen v.1

Dec 3rd, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.67 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("eurobabeindex.com") {
  4.  
  5.  
  6. /* ==== X EuroBabeIndex Widescreen v.1 - ==== */
  7. body, html {
  8.     background: none!important;
  9. }
  10. #centered {
  11.     background-color: #fff;
  12.     margin: 0 auto;
  13.     overflow: hidden;
  14.     text-align: left;
  15.     width: 100% !important;
  16. }
  17. #banner h1 {
  18. position: absolute !important;
  19.     display: inline-block !important;
  20.     width: 234px!important;
  21.     height: 61px !important;
  22.     background-image: url("/images/bg_headerEBI_2012_12v2.jpg");
  23.     background-position: top left !important;
  24.     background-size: 44% 39% !important;
  25.     background-repeat: no-repeat;
  26.     color: #fff;
  27.     font-size: 12px;
  28.     font-weight: normal;
  29.     margin: 0;
  30.     padding: 0;
  31.     text-align: right;
  32. z-index: 1000 !important;
  33. }
  34. #onecolumn {
  35.     clear: both;
  36.     padding-bottom: 10px;
  37.     padding-top: 10px;
  38.     width: 100% !important;
  39. }
  40. #onecolumn table {
  41.     width: 100% !important;
  42. }
  43. #onecolumn>table>tbody>tr {
  44.     display: inline-block!important;
  45.     width: 310px !important;
  46.     height: 150px !important;
  47. overflow: hidden !important;
  48. overflow-y: auto !important;
  49.     outline: 1px solid violet !important;
  50. }
  51.  
  52. #threecolumns {
  53.     clear: both;
  54.     padding-top: 10px;
  55.     width: 100% !important;
  56. }
  57.  
  58.  
  59.  
  60. #baberight {
  61.     float: right;
  62.     width: 1200px !important;
  63. }
  64. #babeinfo {
  65. /*     clear: both !important;
  66.     float: left !important; */
  67. width: 450px !important;
  68.     height: 870px !important;
  69.     margin-right: 9px;
  70.     outline: 1px solid blue !important;
  71. }
  72. #babeimg {
  73.     background: rgba(0, 0, 0, 0) url("/images/babeshadownb.png") no-repeat scroll 0 0;
  74.  
  75. /*     float: right !important;
  76.     clear: both !important; */
  77.     height: 870px !important;
  78. /* width: 1510px !important; */
  79.     display: inline-block!important;
  80.     outline: 1px solid violet !important;
  81. }
  82. #babegal {
  83. float: right !important;
  84.     clear: both !important;
  85. width: 880px !important;
  86.     height: 200px !important;
  87.     padding-left: 7px;
  88.  
  89.     outline: 1px solid green !important;
  90. }
  91. .tgpthumb {
  92.     display: block;
  93.     float: left;
  94.     height: 208px !important;
  95.     width: 204px !important;
  96.     font-size: 10px;
  97.     overflow: hidden;
  98.     text-align: center;
  99.     vertical-align: top;
  100. outline: 1px solid green !important;
  101. }
  102. .tgpthumb a {
  103.     width: 73px;
  104. }
  105. .tgpthumb img {
  106.     width: 114px !important;
  107.     border: medium none;
  108. }
  109.  
  110. #babeleft {
  111.     border: 1px solid #ccc;
  112.     float: right;
  113.     height: 850px !important;
  114.     margin-right: 10px;
  115.     padding-bottom: 10px;
  116.     padding-top: 10px;
  117.     width: 224px;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. #footer {
  124.     display: none!important;
  125. }
  126.  
  127. /* ==== END === */
  128.  
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement