elyaszbha

LayoutDjChacha

Apr 18th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.92 KB | None | 0 0
  1. #information_elyaszbha. {
  2. * cascading style sheets layout [css]: ;
  3. * copyright 2012-2013 by elyaszbha: ;
  4. * website: http://flavors.me/elyaszbha;
  5. * updates: april 18, 2012;
  6. * attention: do not alter/edit/redistribute/rip/steal/copy codes.;
  7. * browser: cross-browser compatibility;
  8. }
  9.  
  10.  
  11. body {
  12. background-position: center center;
  13. background-repeat: repeat;
  14. background-attachment: scroll;
  15. background-image: url('http://www.deviantart.com/download/177731356/polka_dot_wallpaper_by_themajesticgoat-d2xtee4.jpg');
  16. cursor: url(http://cur.cursors-4u.net/nature/nat-5/nat416.png), progress !important;
  17. }
  18.  
  19. a:hover {
  20. cursor: url(http://cur.cursors-4u.net/nature/nat-5/nat416.png), url(http://cur.cursors-4u.net/nature/nat-5/nat416.png), progress !important;
  21. text-decoration: none;
  22. color: #faafbe;
  23. }
  24.  
  25.  
  26.  
  27. @media screen and (max-width: 1024px) { /* Specific to this particular image */
  28.     img.bg {
  29.         left: 50%;
  30.         margin-left: -512px;   /* 50% */
  31.     }
  32. }
  33.  
  34.  
  35.  
  36. .layout_page_header {
  37. background-color:
  38. transparent;
  39. text-align: center;
  40. padding: 0;
  41. clear: both;
  42. border-bottom: 0 solid
  43. transparent;
  44. background-repeat: no-repeat;
  45. background-position: top center;
  46. }
  47.  
  48. .layout_page_header .layout_main {
  49. width: 670px;
  50. }
  51.  
  52. img {
  53.         margin: 0px;
  54.         border: 2px solid #eee;
  55.         -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  56.         -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  57.         box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  58.         -webkit-transition: all 1.5s ease-out;
  59.         -moz-transition: all 1.5s ease;
  60.         -o-transition: all 1.5s ease;
  61. filter: progid:dximagetransform.microsoft.alpha(opacity=50);
  62. khtml-opacity: 0.5;
  63. moz-opacity: 0.5;
  64. opacity: 0.5;
  65. }
  66.  
  67. img:hover {
  68.         -webkit-transform: rotate(-360deg);
  69.         -moz-transform: rotate(-360deg);
  70.         -o-transform: rotate(-360deg);
  71. }
  72.  
  73. .layout_core_menu_main {
  74. opacity: 0.9;
  75. filter: alpha(opacity=60);
  76. }
  77.  
  78. .activity-post-container  {
  79. opacity: 0.9;
  80. filter: alpha(opacity=60);
  81. }
  82.  
  83. .updates_pulldown_active .pulldown_contents_wrapper {
  84. opacity: 0.9;
  85. filter: alpha(opacity=60);
  86. }
  87.  
  88.  
  89. #main_content_block {
  90. width: 1010px;
  91. padding-top: 5px;
  92. margin-left: auto;
  93. margin-right: auto;
  94. -moz-border-radius: 10px;
  95. -webkit-border-radius: 10px;
  96. border-radius: 10px;
  97. behavior: url("/pie.htc");
  98. background: #fcfff0 url('http://i.imgur.com/TVk9N.jpg') repeat center top;
  99. border-left: 1px solid white;
  100. border-top: 1px solid white;
  101. border-right: 1px solid white;
  102. border-bottom: 1px solid white;
  103. opacity: 0.9;
  104. filter: alpha(opacity=60);
  105. }
  106.  
  107. #profile_photo img {
  108. opacity: 1.9;
  109. filter: alpha(opacity=60);
  110. }
  111.  
  112. a:hover profile_photo img {
  113. filter: progid:dximagetransform.microsoft.alpha(opacity=50);
  114. khtml-opacity: 0.5;
  115. moz-opacity: 0.5;
  116. opacity: 0.5;
  117. }
  118.  
  119. #activity-feed {
  120. background: #fcfff0 url('') repeat center top;
  121. border-left: 1px solid white;
  122. border-top: 1px solid white;
  123. border-right: 1px solid white;
  124. border-bottom: 1px solid white;
  125. opacity: 0.9;
  126. filter: alpha(opacity=60);
  127. }
  128.  
  129. .tabs_alt {
  130. background: #fcfff0 url('') repeat center top;
  131. border-left: 1px solid white;
  132. border-top: 1px solid white;
  133. border-right: 1px solid white;
  134. border-bottom: 1px solid white;
  135. opacity: 0.9;
  136. filter: alpha(opacity=60);
  137. }
  138.  
  139. .layout_left {
  140. background: #fcfff0 url('') repeat center top;
  141. border-left: 1px solid white;
  142. border-top: 1px solid white;
  143. border-right: 1px solid white;
  144. border-bottom: 1px solid white;
  145. opacity: 0.9;
  146. filter: alpha(opacity=60);
  147. }
  148.  
  149. .profile_fields, ul.profile_friends {
  150. background: white url('') repeat center top;
  151. border-left: 1px solid white;
  152. border-top: 1px solid white;
  153. border-right: 1px solid white;
  154. border-bottom: 1px solid white;
  155. opacity: 0.9;
  156. filter: alpha(opacity=60);
  157. }
  158.  
  159. a:link {
  160. text-decoration: none;
  161. color: #8A360F;
  162. }
  163. a:link:hover {
  164. text-decoration: none;
  165. color: #CC7F32;
  166. }
  167. a:visited {
  168. text-decoration: none;
  169. color: #8A360F;
  170. }
  171.  
  172. #global_content {
  173. background: white url('') repeat center top;
  174. border-left: 1px solid white;
  175. border-top: 1px solid white;
  176. border-right: 1px solid white;
  177. border-bottom: 1px solid white;
  178. width: 660px;
  179. opacity: 0.9;
  180. filter: alpha(opacity=60);
  181. }
  182.  
  183. .layout_core_menu_logo {
  184. color: transparent;
  185. height: 196px;
  186. width: 660px;
  187. bottom: 0px;
  188. background: url('http://i.imgur.com/ZXnfJ.jpg') repeat;
  189. position: relative;
  190. top: 1px;
  191. opacity: 0.9;
  192. filter: alpha(opacity=60);
  193. border-left: 2px solid black;
  194. border-top: 2px solid black;
  195. border-right: 2px solid black;
  196. border-bottom: 2px solid black;
  197. }
  198.  
  199. .layout_core_menu_main {
  200. padding-bottom: 1px;
  201. padding-top: 1px;
  202. width: 660px;
  203. }
  204.  
  205. .layout_core_menu_mini #core_menu_mini_menu {
  206. background:
  207. white url('') repeat center top;
  208. border-left: 1px solid
  209. white;
  210. border-top: 1px solid
  211. white;
  212. border-right: 1px solid
  213. white;
  214. border-bottom: 1px solid
  215. white;
  216. }
  217.  
  218.  
  219.  
  220. .layout_core_menu_footer {
  221. text-align: center;
  222. border-top: 0px solid
  223. transparent;
  224. }
  225.  
  226. .layout_middle {
  227. width: 410px;
  228. }
  229.  
  230. #global_wrapper {
  231. padding-top: 0px;
  232. }
Advertisement
Add Comment
Please, Sign In to add comment