Advertisement
layoutsbyleni

Esperanza [ CSS ]

Aug 18th, 2012
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.54 KB | None | 0 0
  1. { ****** CHOSE THEME "NOIZE" TO MAKE THIS THEME WORK. DO NOT USE THIS AS BASE FOR YOUR OWN. DO NO REDISTRIBUTE AS YOUR OWN. DO NOT TAKE OF CREDIT WHATSOEVER. EVEN IF USING ON A DIFFERENT SITE. ****** }
  2.  
  3. #xj_approvalBox {display: none;}
  4.  
  5. .xg_module approval_module , {display: none;}
  6.  
  7. .account-links {display: none;}
  8.  
  9. .xg_module movable,  .module_video{display: none;}
  10.  
  11. #xg_body, .xg_floating_container {background-color: transparent;}
  12.  
  13. @font-face {
  14. font-family: "small";
  15. src: url(http://static.tumblr.com/rseqecb/Jjum6neg4/uni05_54.ttf);
  16. }
  17.  
  18. @font-face {
  19. font-family: "script";
  20. src: url(http://static.tumblr.com/rseqecb/L3um7zugy/ginette.ttf);
  21. }
  22.  
  23.  
  24. body {
  25. background-image: none;
  26. background-attachment: fixed;
  27. background-repeat: repeat;
  28. background-color: #2F2F55;
  29. }
  30.  
  31. #sidebar {
  32. position: fixed;
  33. margin-top: -90px;
  34. margin-left: -410px;
  35. width: 410px;
  36. height: 1000%;
  37. background-color: #191930;
  38. background-image: url(http://img836.imageshack.us/img836/7186/backwo.png);
  39. border-right: 10px solid #191930;
  40. }
  41. #sidebar2 {
  42. position: fixed;
  43. margin-top: -90px;
  44. margin-left: 770px;
  45. width: 400px;
  46. height: 1000%;
  47. background-color: #191930;
  48. background-image: url(http://img836.imageshack.us/img836/7186/backwo.png);
  49. border-left: 5px solid #191930;
  50. }
  51.  
  52. #mainlinks {
  53. width: 340px;
  54. height: 40px;
  55. margin-top: 100px;
  56. margin-left: -380px;
  57. position: fixed;
  58. background-color: #434369;
  59. z-index: 100;
  60. }
  61.  
  62. .navigation a {
  63. width: 70px;
  64. margin-top: 13px;
  65. margin-bottom: 8px;
  66. padding: 2px;
  67. display: inline-block;
  68. font-family: consolas;
  69. font-size: 8px;
  70. text-align: center;
  71. letter-spacing: 2px;
  72. color: #181818;
  73. text-transform: uppercase;
  74. background-color: #4D4D73;
  75. color: #999;
  76. text-transform: uppercase;
  77. opacity: 0.7; -webkit-transition: opacity 0.8s linear;
  78. -webkit-transition: all 0.5s ease-out;
  79. -moz-transition: all 0.5s ease-out;
  80. transition: all 0.5s ease-out;}
  81.  
  82. .navigation a:hover {
  83. opacity: 1;
  84. -webkit-transition: opacity 0.7s linear;
  85. -webkit-transition: all 0.3s ease-out;
  86. -moz-transition: all 0.3s ease-out;
  87. transition: all 0.3s ease-out;
  88. color: white;
  89. background-color: #7F7FA5;
  90. }
  91.  
  92. .sideimg {margin-top: 155px;
  93. margin-left: -388px;
  94. position: fixed;}
  95.  
  96.  
  97.  
  98. #des {position: fixed; z-index: 100; background-color: transparent; width: 340px; height: 30px; text-transform: uppercase; font-family: calibri; font-size: 7px; letter-spacing: 2px; line-height: 7px; color: white; text-align: justify;  margin-top: 400px;
  99. margin-left: -382px;}
  100.  
  101. #icon {
  102. margin-left: 615px;
  103. margin-top: 170px;
  104. position: fixed;
  105. }
  106. #sidelinks {
  107. position: fixed;
  108. margin-left: 623px;
  109. margin-top: 248px;
  110. width: 85px;
  111. }
  112.  
  113.  
  114. #sidelinks a {
  115.     display:block;
  116.     width:79px;
  117.     height:auto;
  118.     font-family: arial narrow;
  119.     font-size:7px;
  120.     text-align:center;
  121.     background-color:#07072D;
  122.     color:#999999;
  123.     padding:3px;
  124.     margin-bottom: -13px;
  125.     text-transform:uppercase;
  126.     letter-spacing:2px;
  127.     -webkit-transition:opacity 0.8s linear;
  128.     -webkit-transition:all 0.5s ease-out;
  129.     -moz-transition:all 0.5s ease-out;
  130.     transition: all 0.5s ease-out;    
  131.     }
  132.  
  133. #sidelinks a:hover {
  134.     width:79px;
  135.     margin-left:0px;
  136.     color:#999999;
  137.     background-color:#505050;
  138.     text-align:center;
  139.     text-decoration:none;
  140.     letter-spacing:2px;
  141.     opacity:2;
  142.     -webkit-transition: opacity 0.8s linear;
  143.     -webkit-transition:all 0.4s ease-out;
  144.     -moz-transition:all 0.4s ease-out;
  145.     transition:all 0.4s ease-out;
  146.     outline: 1px dashed #2F2F55;
  147.     outline-offset: -2px;
  148.     }
  149.  
  150. #main {background-color: #434369; padding-top: 6px; padding-left:10px; padding-right:10px; width: 400px; position: fixed; margin-left: 110px; outline: 1px dashed #2F2F55;
  151.     outline-offset: -5px; margin-top: 70px; height: 370px;  }
  152.  
  153. #scroll {  }
  154. .module_blog {display: none;}
  155.  
  156.  
  157.  
  158. a:hover  {text-decoration: none;  -webkit-transition: all 600ms linear;-moz-transition: all 600ms linear;
  159. -ms-transition: all 600ms linear;-o-transition: all 600ms linear;transition: all 600ms linear;}
  160.  
  161.  
  162.  
  163. h1 {display: none;}
  164. h2 {display: none;}
  165.  
  166. ul.navigation.easyclear {display: none;}
  167. .sortable.music{display: none;}
  168. .module_groups {display: none;}
  169. .module_about_user {display: none;}
  170. .sortable.module_feed {display: none;}
  171. .module_photo {display: none;}
  172. .module_members {display:none !important; }
  173. #xj_module_gift {display: none;}
  174. /* comment wall */ #xg_module_body, #xg_module_head h2, .xg_module_comment_wall{ display: none;}
  175. #xg_masthead {visibility:hidden;}
  176. .xg_module_body.profile.vcard dl.last-child a {font-family: trebuchet ms; font-size: 7px; text-transform: uppercase; line-height: 5px; color :black;}
  177. .xg_module_body.profile.vcard dl.last-child {color: gray; position: fixed;
  178. top: 10px;
  179. right: 10px;}
  180. .xg_sprite xg_sprite-share {display:none!important;}
  181. #xn_bar { display: none;}
  182. .xg_theme #xg_foot {display: none; }
  183. #xg_layout_column_1 {  }
  184. .xg_span-5 { display:none !important;}
  185. ul.nobullets.last-child {display: none;}
  186. #xg_mudule.movable.sortable.module {display: none;}
  187. #xg_navigation, #xg_navigation ul, #xg_navigation ul li, #xg_navigation ul li span, #xg_navigation {display: none;}
  188. .xg_theme #xg_head,  .xg_theme #xg_foot {
  189. display: none;}
  190. .dy-avatar.dy-avatar-full-width {
  191. display: none;}
  192. ::-webkit-scrollbar {width: 6px; height:auto; }
  193. ::-webkit-scrollbar-corner {background: transparent;}
  194. ::-webkit-scrollbar-thumb:vertical {background: #7F7FA5; width: 5px; }
  195. div#xg_layout_column_2{ font-size: 7px; width: 640px; height: 400px; position: fixed; top:0px; left: 0px; margin-left: 400px; margin-top: 70px;background-color: transparent; border: 0px solid ;}
  196. div.xg_span-16 {font-size: 7px; width: 600px; height: 450px; position: fixed; top:0px; left: 0px; margin-left: 400px; margin-top: 70px;background-color: transparent; }
  197. div.xg_3col { width:450px; background-color: transparent; position: fixed; top:0px; left: 0px; margin-left: 500px; }
  198.  
  199.  
  200. html, body,   applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , body, td,   .orangetext15,.lightbluetext8,.blacktext12,.blacktext10,.whitetext12,.btext, .redtext, .redbtext, .text .xg_theme button, .xg_theme a.button, .xg_theme input.button {font-family: "small"; font-size: 8px; letter-spacing: 3px; webkit-transition: all 600ms ease;  text-decoration: none;
  201. -moz-transition: all 600ms ease;
  202. -ms-transition: all 600ms ease;
  203. -o-transition: all 600ms ease;
  204. transition: all 600ms ease; color : #9C9992;}
  205.  
  206.  
  207.  
  208. /*              ᴄʀᴇᴅɪᴛs ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇᴍ ʜᴇʀᴇ ᴏʀ ɪɴ ᴛʜᴇ ʜᴛᴍʟ ɪ ᴡɪʟʟ ᴄᴀᴛᴄʜ ʏᴏᴜ          */  
  209.  
  210. #cred {
  211. position: fixed;
  212. right: 15px;
  213. bottom: 30px;
  214. }
  215.  
  216. @font-face {
  217. font-family: "Journal"; src: url('http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf');
  218. }
  219.  
  220. #cred a strong {
  221. color: red;
  222. font-family: 'journal';
  223. text-transform: lowercase;
  224. font-size: 40px;
  225. line-height: 20px;
  226. letter-spacing: -2px;
  227. color: #ff7575;
  228. display: block;
  229. text-align: center;
  230. }
  231.  
  232. #cred a {
  233. font-family: trebuchet ms;
  234. font-size: 7px;
  235. text-transform: uppercase;
  236. color: #aaa;
  237. }
  238.  
  239. #cred:hover {
  240. opacity: 0.5;
  241. }
  242.  
  243.  
  244.  
  245. .module_user_summary ul.nobullets li a {display: none;}
  246.  
  247. ul.nobullets.last-child {
  248. display: block;
  249. position: fixed;
  250. margin-top: -100px;
  251. margin-left: 10px;
  252. top: 300px;
  253. }
  254.  
  255. ul.nobullets li {color: transparent;}
  256.  
  257. .xg_module music {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement