Biebergirl

plaid css

May 6th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.28 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.  
  4. body {
  5. background-image: url("http://www.sadmuffin.net/cherrybam/myspacelayouts/plaid/224.gif");
  6. background-color: white;
  7. background-repeat: repeat;
  8. background-attachment: fixed;
  9. }
  10.  
  11. @font-face {
  12. font-family: "small";
  13. src: url(http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf);
  14. }
  15.  
  16. @font-face {
  17. font-family: "sweetly";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  18. }
  19.  
  20. ::-webkit-scrollbar {
  21. width: 6px;
  22. height: 6px;
  23. background: transparent;
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb {
  27. background-color: #5CABE4;
  28. border-radius: 10px;
  29. border: 1px solid #333333;
  30. }
  31.  
  32. ::-webkit-scrollbar-corner {
  33. background: transparent;
  34. }
  35.  
  36. .account-links {
  37. display: none;
  38. }
  39.  
  40. .xg_module movable,  .module_video {
  41. display: none;
  42. }
  43.  
  44. #xg_body, .xg_floating_container {
  45. background-color: white;
  46. }
  47.  
  48. h1 {
  49. display: none;
  50. }
  51.  
  52. h2 {
  53. display: none;
  54. }
  55.  
  56. ul.navigation.easyclear {
  57. display: none;
  58. }
  59.  
  60. .sortable.music {
  61. display: none;
  62. }
  63.  
  64. .module_groups {
  65. display: none;
  66. }
  67.  
  68. .module_about_user {
  69. display: none;
  70. }
  71.  
  72. .sortable.module_feed {
  73. display: none;
  74. }
  75.  
  76. .module_photo {
  77. display: none;
  78. }
  79.  
  80. .module_members {
  81. display: none !important;
  82. }
  83.  
  84. #xj_module_gift {
  85. display: none;
  86. }
  87. /* comment wall */#xg_module_body, #xg_module_head h2, .xg_module_comment_wall {
  88. display: none;
  89. }
  90.  
  91. #xg_masthead {
  92. visibility: hidden;
  93. }
  94.  
  95. .xg_module_body.profile.vcard dl.last-child a {
  96. font-family: trebuchet ms;
  97. font-size: 7px;
  98. text-transform: uppercase;
  99. line-height: 5px;
  100. color: black;
  101. }
  102.  
  103. .xg_module_body.profile.vcard dl.last-child {
  104. color: gray;
  105. }
  106.  
  107. .xg_sprite xg_sprite-share {
  108. display: none!important;
  109. }
  110.  
  111. #xn_bar {
  112. display: none;
  113. }
  114.  
  115. .xg_theme #xg_foot {
  116. display: none;
  117. }
  118.  
  119. #xg_layout_column_1 {
  120. }
  121.  
  122. .xg_span-5 {
  123. display: none !important;
  124. }
  125.  
  126. ul.nobullets.last-child {
  127. display: none;
  128. }
  129.  
  130. #xg_mudule.movable.sortable.module {
  131. display: none;
  132. }
  133.  
  134. #xg_navigation, #xg_navigation ul, #xg_navigation ul li, #xg_navigation ul li span, #xg_navigation {
  135. display: none;
  136. }
  137.  
  138. .xg_theme #xg_head,  .xg_theme #xg_foot {
  139. display: none;
  140. }
  141.  
  142. .dy-avatar.dy-avatar-full-width {
  143. display: none;
  144. }
  145.  
  146. #xj_approvalBox {
  147. display: none;
  148. }
  149.  
  150. .module_blog {
  151. display: none;
  152. }
  153.  
  154. {******ADDITIONS**********;
  155. }
  156.  
  157. #topbkgd {
  158. background-color: #242424;
  159. height: 350px;
  160. width: 100%;
  161. position: fixed;
  162. top: 140px;
  163. left: 0px;
  164. border-bottom: 10px solid #2E2E2E;
  165. border-top: 10px solid #2E2E2E;
  166. }
  167.  
  168. #image1 {
  169. position: fixed;
  170. margin-left: 410px;
  171. margin-top: 10px;
  172. }
  173.  
  174. #image2 {
  175. position: fixed;
  176. margin-left: 570px;
  177. margin-top: 10px;
  178. }
  179.  
  180. #image3 {
  181. position: fixed;
  182. margin-left: 730px;
  183. margin-top: 10px;
  184. }
  185.  
  186. #image4 {
  187. position: fixed;
  188. margin-left: 890px;
  189. margin-top: 10px;
  190. }
  191.  
  192. #title {
  193. font-family: "sweetly";
  194. font-size: 60px;
  195. letter-spacing: 0px;
  196. position: fixed;
  197. margin-top: 134px;
  198. text-align: center;
  199. width: 100%;
  200. color: #0c5b94;
  201. text-shadow: 3px 0px 0px #5CABE4;
  202. }
  203.  
  204. #des {
  205. position: fixed;
  206. margin-top: 210px;
  207. width: 100%;
  208. text-align: center;
  209. }
  210.  
  211. links {
  212. -webkit-transition: all 100ms linear;
  213. -moz-transition: all 100ms linear;
  214. -ms-transition: all 100ms linear;
  215. -o-transition: all 100ms linear;
  216. transition: all 100ms linear;
  217. }
  218.  
  219. #linkbar {
  220. position: fixed;
  221. margin-top: 320px;
  222. width: 100%;
  223. }
  224.  
  225. #linkbar a {
  226. font-family: calibri;
  227. text-transform: uppercase;
  228. font-size: 10px;
  229. margin: 1px;
  230. background-color: black;
  231. padding-left: 8px;
  232. padding-right: 8px;
  233. padding-top: 3px;
  234. padding-bottom: 3px;
  235. letter-spacing: 2px;
  236. border-bottom: 3px solid black;
  237. color: gray;
  238. }
  239.  
  240. #linkbar a:hover {
  241. border-bottom: 3px solid #5CABE4;
  242. color: #5CABE4;
  243. background-color: white;
  244. }
  245.  
  246. .xg_module approval_module , {
  247. display: none;
  248. }
  249.  
  250. a:hover , :hover, a {
  251. -webkit-transition: all 1s linear;
  252. -moz-transition: all 1s linear;
  253. -ms-transition: all 1s linear;
  254. -o-transition: all 1s linear;
  255. transition: all 1s linear;
  256. }
  257.  
  258.  
  259. {MORE IMPORTANT CODES!;
  260. }
  261.  
  262. div#xg_layout_column_2 {
  263. font-size: 7px;
  264. width: 500px;
  265. height: 400px;
  266. position: fixed;
  267. top: 0px;
  268. left: 0px;
  269. margin-left: 430px;
  270. margin-top: 40px;
  271. background-color: transparent;
  272. border: 0px solid;
  273. }
  274.  
  275. div.xg_span-16 {
  276. font-size: 7px;
  277. width: 600px;
  278. height: 450px;
  279. position: fixed;
  280. top: 0px;
  281. left: 0px;
  282. margin-left: 200px;
  283. margin-top: 70px;
  284. background-color: transparent;
  285. }
  286.  
  287. div.xg_3col {
  288. width: 450px;
  289. background-color: transparent;
  290. position: fixed;
  291. top: 0px;
  292. left: 0px;
  293. margin-left: 500px;
  294. }
  295.  
  296. html, body,   applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 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 {
  297. font-family: "small";
  298. font-size: 8px;
  299. letter-spacing: 1px;
  300. webkit-transition: all 600ms ease;
  301. text-decoration: none;
  302. -moz-transition: all 600ms ease;
  303. -ms-transition: all 600ms ease;
  304. -o-transition: all 600ms ease;
  305. transition: all 600ms ease;
  306. color: ;
  307. }
  308.  
  309.  
  310.  
  311. /*              ᴄʀᴇᴅɪᴛs ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇᴍ ʜᴇʀᴇ ᴏʀ ɪɴ ᴛʜᴇ ʜᴛᴍʟ ɪ ᴡɪʟʟ ᴄᴀᴛᴄʜ ʏᴏᴜ          */  
  312.  
  313. #cred {
  314. position: fixed;
  315. right: 15px;
  316. bottom: 30px;
  317. }
  318.  
  319. @font-face {
  320. font-family: "Journal"; src: url('http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf');
  321. }
  322.  
  323. #cred a strong {
  324. color: red;
  325. font-family: 'journal';
  326. text-transform: lowercase;
  327. font-size: 40px;
  328. line-height: 20px;
  329. letter-spacing: -2px;
  330. color: #ff7575;
  331. display: block;
  332. text-align: center;
  333. }
  334.  
  335. #cred a {
  336. font-family: trebuchet ms;
  337. font-size: 7px;
  338. text-transform: uppercase;
  339. color: #aaa;
  340. }
  341.  
  342. #cred:hover {
  343. opacity: 0.5;
  344. }
  345.  
  346. .module_user_summary ul.nobullets li a {
  347. display: none;
  348. }
  349.  
  350. ul.nobullets.last-child {
  351. display: block;
  352. position: fixed;
  353. margin-top: -100px;
  354. margin-left: 10px;
  355. top: 300px;
  356. }
  357.  
  358. ul.nobullets li {
  359. color: transparent;
  360. }
  361.  
  362. .xg_module music {
  363. display: none;
  364. }
Add Comment
Please, Sign In to add comment