Advertisement
Guest User

Untitled

a guest
Aug 10th, 2014
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. /* Layout: Perfume; TAKSHAKA VERSION */
  2. /* Credit: http://demanded.dreamwidth.org */
  3.  
  4. #module-jump-link { display: none; }
  5. body {
  6. background: url(http://i.imgur.com/z4Qn2It.png) repeat center fixed;
  7. font-family: trebuchet ms;
  8. font-size: 12px;
  9. text-align: justify;
  10. color: #000000;
  11. line-height: 22px;
  12. margin: 0;
  13. }
  14.  
  15. a {
  16. text-decoration: none;
  17. color: #72348C;
  18. transition: color .5s ease-in-out;
  19. -o-transition: color .5s ease-in-out;
  20. -webkit-transition: color .5s ease-in-out;
  21. -moz-transition: color .5s ease-in-out;
  22. }
  23.  
  24. a:hover {
  25. color: #000000;
  26. }
  27.  
  28. blockquote {
  29. border-style:dotted;
  30. border-color:#72348C;
  31. background: #FFFFFF;
  32. padding: 10px;
  33. color: #000000;
  34. border-radius: 20px;
  35. }
  36.  
  37. input, select {
  38. background: #ffffff;
  39. color: #000000;
  40. border: 1px solid #72348C;
  41. font-family: arial;
  42. font-size: 12px;
  43. }
  44.  
  45. textarea {
  46. background: #FFFFFF;
  47. color: #000000;
  48. border: 1px solid #000000;
  49. }
  50.  
  51. h1, h2, h3, h4 {
  52. margin: 0;
  53. }
  54.  
  55. #canvas {
  56. width: 55%;
  57. margin: 50px auto;
  58. }
  59.  
  60. #title, #subtitle, #pagetitle {
  61. display: none;
  62. }
  63.  
  64. #secondary a, .entry-interaction-links a, blockquote a, .toppages a, .comment-interaction-links a {
  65. color: #000000;
  66. }
  67.  
  68. #secondary a:hover, .entry-interaction-links a:hover, blockquote a:hover, .toppages a:hover, .comment-interaction-links a:hover {
  69. color: #FFFFFF;
  70. }
  71.  
  72. .module-userprofile, .module-active, .module-search, .module-calendar, .module-syndicate, .module-tags_list, .module-pagesummary, .module-credit, .module-cuttagcontrols, .module-typelist, .module-subscriptionfilters, .module-time, .module-powered {
  73. display: none;
  74. }
  75.  
  76. .module-customtext {
  77. background: #ffffff;
  78. padding: 10px;
  79. color: #000000;
  80. }
  81.  
  82. .module-header {
  83. display: none;
  84. }
  85.  
  86. .module-navlinks {
  87. background: #72348C;
  88. padding: 10px 13px 10px 10px;
  89. text-align: center;
  90. font-family: raleway;
  91. font-size: 20px;
  92. text-transform: uppercase;
  93. letter-spacing: -2px;
  94. }
  95.  
  96. .module-navlinks ul {
  97. padding: 0;
  98. margin: 0;
  99. list-style: none;
  100. }
  101.  
  102. .module-navlinks li {
  103. display: inline;
  104. }
  105.  
  106. .module-navlinks li a {
  107. word-spacing: 5px;
  108. margin-left: 10px;
  109. }
  110.  
  111. .network {
  112. display: none;
  113. }
  114.  
  115. .module-section-two {
  116. display: none;
  117. }
  118.  
  119. .page-top {
  120. display: none;
  121. }
  122. /* Entries */
  123. #entries .topnav {
  124. display: none;
  125. }
  126.  
  127. .entry {
  128. margin-top: 30px;
  129. background: #ffffff;
  130. padding: 15px;
  131. }
  132.  
  133. .entry .header, .comment .header {
  134. float: right;
  135. width: 100%;
  136. }
  137.  
  138. .sticky-entry-icon img {
  139. display: none;
  140. }
  141.  
  142. .sticky-entry-icon:before {
  143. content: url('http://i61.tinypic.com/bjbz4n.jpg');
  144. }
  145.  
  146. .entry-title, .comment-title {
  147. font-family: raleway;
  148. font-weight: normal;
  149. font-size: 20px;
  150. letter-spacing: 2px;
  151. word-spacing: 5px;
  152. text-transform: uppercase;
  153. }
  154.  
  155. .entry-title, .entry-title a, .comment-title a {
  156. color: #72348C;
  157. }
  158.  
  159. .security-private .entry-title:before {
  160. content: url('http://i61.tinypic.com/x4kfhh.jpg');
  161. margin-right: 5px;
  162. }
  163.  
  164. .security-custom .entry-title:before {
  165. content: url('http://i62.tinypic.com/dh76s5.jpg');
  166. margin-right: 5px;
  167. }
  168.  
  169. .security-protected .entry-title:before {
  170. content: url('http://i59.tinypic.com/2v1t3s1.jpg');
  171. margin-right: 5px;
  172. }
  173.  
  174. .access-filter img, .restrictions img {
  175. display: none;
  176. }
  177.  
  178. .restrictions-NSFW .restrictions:before {
  179. content: "NSFW";
  180. font-family: raleway;
  181. background: #c96876;
  182. border-radius: 4px;
  183. color: #72348C;
  184. padding: 0 2px;
  185. margin-right: 3px;
  186. }
  187.  
  188. .restrictions-18 .restrictions:before {
  189. content: "18+";
  190. font-family: raleway;
  191. background: #c96876;
  192. border-radius: 4px;
  193. color: #72348C;
  194. padding: 0 2px;
  195. margin-right: 3px;
  196. }
  197.  
  198. .entry .datetime, .comment .header .datetime, .entry .datetime a, .metadata-label, .tag-text {
  199. color: #000000;
  200. font-family: raleway;
  201. text-transform: uppercase;
  202. }
  203.  
  204. .top-metadata, .entry-content, .comment-content {
  205. clear: right;
  206. }
  207.  
  208. .entry-content {
  209. padding: 10px 0;
  210. display: block;
  211. }
  212.  
  213. .entry .userpic, .comment .userpic {
  214. float: left;
  215. margin-left: -150px;
  216. margin-top: -15px;
  217. }
  218.  
  219. .entry .userpic img, .comment .userpic img {
  220. border: 10px solid #72348C;
  221. }
  222.  
  223. .ljuser img {
  224. display: none;
  225. }
  226.  
  227. .metadata ul {
  228. padding: 0;
  229. margin: 0;
  230. }
  231.  
  232. .metadata li {
  233. list-style: none;
  234. }
  235.  
  236. .tag ul {
  237. padding: 0;
  238. margin: 0;
  239. display: inline;
  240. }
  241.  
  242. .tag ul li {
  243. display: inline;
  244. }
  245.  
  246. .entry-management-links {
  247. padding: 0;
  248. margin: 10px auto 0 auto;
  249. text-align: center;
  250. font-family: raleway;
  251. text-transform: uppercase;
  252. }
  253.  
  254. .entry-management-links li {
  255. display: inline;
  256. margin: 0 3px;
  257. }
  258.  
  259. .entry-interaction-links {
  260. background: #72348C;
  261. padding: 10px 13px 10px 10px;
  262. margin: 10px -15px -15px -15px;
  263. text-align: right;
  264. font-family: raleway;
  265. font-weight: normal;
  266. font-size: 20px;
  267. letter-spacing: -2px;
  268. word-spacing: 5px;
  269. text-transform: uppercase;
  270. }
  271.  
  272. .entry-interaction-links li {
  273. display: inline;
  274. margin-left: 10px;
  275. }
  276.  
  277. #entries .bottomnav {
  278. margin-top: 30px;
  279. text-align: center;
  280. font-family: raleway;
  281. font-weight: normal;
  282. font-size: 20px;
  283. letter-spacing: -2px;
  284. text-transform: uppercase;
  285. }
  286.  
  287. #entries .bottomnav a:hover {
  288. color: #72348C;
  289. }
  290.  
  291. #entries .bottomnav ul {
  292. padding: 0;
  293. margin: 0;
  294. }
  295.  
  296. #entries .bottomnav li {
  297. list-style: none;
  298. display: inline;
  299. margin: 0 10px;
  300. }
  301.  
  302. #entries .bottomnav li a {
  303. word-spacing: 5px;
  304. }
  305.  
  306. #entries .bottomnav li.page-separator {
  307. display: none !important;
  308. }
  309. /* Entry Page */
  310. .page-entry hr {
  311. display: none;
  312. }
  313. /* Archive */
  314. #archive-year {
  315. margin-top: 30px;
  316. background: #FFFFFF;
  317. padding: 15px;
  318. }
  319.  
  320. #archive-year .navigation ul {
  321. padding: 0;
  322. margin: 0 auto;
  323. text-align: center;
  324. font-family: raleway;
  325. font-weight: normal;
  326. font-size: 20px;
  327. letter-spacing: 0px;
  328. word-spacing: 5px;
  329. text-transform: uppercase;
  330. text-align: center;
  331. }
  332.  
  333. #archive-year .navigation li {
  334. display: inline;
  335. margin: 0 3px;
  336. }
  337.  
  338. #archive-year .month-wrapper {
  339. margin: 30px auto 0 auto;
  340. width: 399px;
  341. }
  342.  
  343. #archive-year .month h3 {
  344. font-family: raleway;
  345. font-weight: normal;
  346. font-size: 20px;
  347. letter-spacing: 0px;
  348. word-spacing: 5px;
  349. text-transform: uppercase;
  350. color: #72348C;
  351. text-align: center;
  352. }
  353.  
  354. #archive-year .month caption {
  355. display: none;
  356. }
  357.  
  358. #archive-year th {
  359. font-family: raleway;
  360. text-align: center;
  361. text-transform: uppercase;
  362. font-weight: normal;
  363. }
  364.  
  365. #archive-year td {
  366. color: #000000;
  367. border: 1px solid #000000;
  368. }
  369.  
  370. #archive-year .day {
  371. vertical-align: top;
  372. height: 45px;
  373. width: 45px;
  374. padding: 5px;
  375. background: #ffffff;
  376. }
  377.  
  378. #archive-year .day p {
  379. margin: 0;
  380. }
  381.  
  382. #archive-year .month td a {
  383. color: #000000;
  384. }
  385.  
  386. #archive-year .month td a:hover {
  387. color: #000000;
  388. }
  389.  
  390. #archive-year .bottomnav {
  391. display: none;
  392. }
  393. /* Archive Month */
  394. #archive-month {
  395. margin-top: 30px;
  396. background: #ffffff;
  397. padding: 15px;
  398. }
  399.  
  400. #archive-month .topnav {
  401. text-align: center;
  402. }
  403.  
  404. #archive-month .topnav ul {
  405. padding: 0;
  406. margin: 0;
  407. }
  408.  
  409. #archive-month .topnav ul li {
  410. display: inline;
  411. }
  412.  
  413. #archive-month .datetime {
  414. margin-right: 5px;
  415. }
  416.  
  417. #archive-month h3 {
  418. display: inline;
  419. }
  420.  
  421. #archive-month .access-filter img {
  422. display: inline !important;
  423. }
  424.  
  425. #archive-month img[src*='private.png'] {
  426. width: 0;
  427. height: 0;
  428. background: no-repeat url('http://i61.tinypic.com/x4kfhh.jpg');
  429. padding: 0 0 16px 18px;
  430. }
  431.  
  432. #archive-month img[src*='filtered.png'] {
  433. width: 0;
  434. height: 0;
  435. background: no-repeat url('http://i62.tinypic.com/dh76s5.jpg');
  436. padding: 0 0 16px 16px;
  437. }
  438.  
  439. #archive-month img[src*='locked.png'] {
  440. width: 0;
  441. height: 0;
  442. background: no-repeat url('http://i59.tinypic.com/2v1t3s1.jpg');
  443. padding: 0 0 16px 12px;
  444. }
  445.  
  446. #archive-month .bottomnav {
  447. display: none;
  448. }
  449. /* Archive Day */
  450. .page-day .day-date {
  451. display: none;
  452. }
  453. /* Tags: List */
  454. .tags-container {
  455. margin-top: 30px;
  456. background: #FFFFFF;
  457. padding: 15px;
  458. }
  459.  
  460. .tags-container h2 {
  461. font-family: raleway;
  462. font-weight: normal;
  463. font-size: 20px;
  464. letter-spacing: 0px;
  465. word-spacing: 5px;
  466. text-transform: uppercase;
  467. color: #000000;
  468. }
  469.  
  470. .tags_list {
  471. padding: 0;
  472. margin: 10px 0;
  473. }
  474.  
  475. .tags_list li {
  476. list-style: none;
  477. }
  478. /* Tags: Multilevel */
  479. .tags_multilevel {
  480. padding: 0;
  481. margin: 10px 0;
  482. }
  483.  
  484. .tags_multilevel li {
  485. list-style: none;
  486. }
  487.  
  488. .tags_multilevel ul {
  489. margin: 0 !important;
  490. }
  491.  
  492. .tags_multilevel ul li {
  493. margin-left: 20px;
  494. }
  495. /* Tags: Cloud */
  496. .tags_cloud ul {
  497. padding: 0;
  498. margin: 10px 0;
  499. }
  500.  
  501. .tags_cloud ul li {
  502. list-style: none;
  503. display: inline;
  504. }
  505. /* Reading Page */
  506. .noentries {
  507. display: none;
  508. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement