Advertisement
lacqueried

IN SPACE

Jul 21st, 2012
2,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.92 KB | None | 0 0
  1. /*----------------------------------------------
  2.  
  3.  
  4. layout name: in space
  5. layout base: brittle
  6. updated: 8/03/14
  7.  
  8. chimney.dreamwidth.org / pastries.dreamwidth.org
  9. do not redistribute without credit.
  10.  
  11.  
  12. -----------------------------------------------*/
  13.  
  14. @font-face {
  15. font-family: 'Quattrocento';
  16. font-style: normal;
  17. font-weight: 400;
  18. src: local('Quattrocento'), url(http://themes.googleusercontent.com/static/fonts/quattrocento/v4/WZDISdyil4HsmirlOdBRFHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  19. }
  20.  
  21. img[src*="user.png"] {height:13px; width:13px;}
  22.  
  23. #module-jump-link { display: none; }
  24. body {
  25. padding: 0 0;
  26. background: #FBFBFB;
  27. font-family: palatino linotype, palatino, serif; serif; font-size: 1em;
  28. color: #111111;
  29. line-height: 1.6em;
  30. text-align: center;
  31. }
  32.  
  33. html body {
  34. margin-left: 0em;
  35. margin-right: 0em;
  36. }
  37.  
  38. img { border: none; }
  39.  
  40. a, a:link, a:visited, a:hover { color: #111; text-transform:uppercase; text-decoration:none; letter-spacing:.1em; }
  41.  
  42. q { font-style: italic; }
  43.  
  44. #canvas {
  45. width:700px;
  46. margin: 40px auto;
  47. padding: 0;
  48. text-align: justify;
  49. }
  50.  
  51. #primary {
  52. float:left;
  53. width: 700px;
  54. text-align: justify;
  55. margin: 180px 0 30px 0;
  56. }
  57.  
  58. #secondary {
  59. width:700px;
  60. margin: 0 auto 0 auto;
  61. position:absolute;
  62. padding:;
  63. font-size: 1em;
  64. }
  65.  
  66. #tertiary {display:none;}
  67.  
  68. #tertiary > .inner:first-child { }
  69.  
  70. #tertiary .separator-after { clear: both; }
  71.  
  72.  
  73. /*--- header + footer ---*/
  74.  
  75. #header {text-align:center; padding:0 0 70px 0;margin:0;
  76. }
  77. #pagetitle {display:none;
  78. }
  79. #title {line-height:1em;padding:0px;margin:0;font-family:palatino linotype, palatino, serif; font-size:18pt;font-weight:normal; letter-spacing:.1em;
  80. }
  81. #subtitle {line-height:1em;padding:0px;margin:0;font-family:palatino linotype, palatino, serif; font-size:12pt;font-weight:normal;letter-spacing:.1em;font-style:italic;
  82. }
  83. #footer {
  84. display:none;
  85. background: #222;
  86. width: 45%;
  87. font-size: 0.7em;
  88. text-transform: lowercase;
  89. clear: both;
  90. margin-top: 10px;
  91. margin-right: auto;
  92. }
  93.  
  94. #footer a, #footer a:link, #footer a:active { color: #aaa; }
  95. #footer a:visited { color: #3b4e55; }
  96. #footer a:hover { color: #769ca9; }
  97.  
  98. #footer .inner { padding: 10px; }
  99.  
  100.  
  101. /*--- prev/next navigation ---*/
  102.  
  103. li.page-back, li.page-forward {
  104. display: inline;
  105. list-style: none;
  106. padding: 0;
  107. margin: 0;
  108. }
  109.  
  110. li.page-separator { display: none; }
  111.  
  112. .navigation ul {
  113. display: inline;
  114. padding: 0;
  115. margin: 0;
  116. }
  117.  
  118.  
  119. /*--- entry ---*/
  120.  
  121. .entry {
  122. background: #FBFBFB;
  123. border:1px solid #EBEBEB;
  124. color: #111111;
  125. padding: 0;
  126. margin: 0 0 10px 0;
  127. }
  128.  
  129. .entry a, #tertiary a, .entry a:visited, #tertiary a:visited, .entry a:hover, #tertiary a:hover {
  130. color: #inherit;
  131. }
  132.  
  133. .entry-content {
  134. padding:10px 30px 10px 30px;
  135. margin:0;
  136. font-family: times new roman, serif;
  137. font-size: 10pt;
  138. line-height:1.3em;
  139. color:#555;}
  140.  
  141. .entry .header {
  142. text-align:center;
  143. color:#ccc;
  144. background:#222;
  145. font-family:times new roman;
  146. padding: 10px 10px 5px 10px;
  147. margin: 0;
  148. border-bottom: 1px solid #aaa;
  149. }
  150.  
  151. h3.entry-title {text-transform:lowercase;
  152. margin: 0;
  153. padding: 0;
  154. font-family:times new roman, times, serif;
  155. font-size:24pt;
  156. line-height:.8em;
  157. font-weight: normal;
  158. text-transform: lowercase;
  159. letter-spacing: 1px;
  160. color:inherit;
  161. }
  162.  
  163. .no-subject .entry .entry-title {
  164. background: none;
  165. }
  166.  
  167. h3.entry-title a { text-transform:lowercase; color:inherit; }
  168.  
  169. .datetime {
  170. line-height:1.2em;
  171. font-family:verdana;
  172. font-size:8pt;
  173. letter-spacing:.1em;
  174. text-transform: uppercase;
  175. color:#aaa;
  176. }
  177. .datetime a { color:inherit; }
  178.  
  179. .entry .userpic {
  180. display: none;
  181. float:left;
  182. margin-top: -72px;
  183. }
  184.  
  185. .entry .userpic img { background: #FBFBFB;
  186. padding:15px;
  187. border: 1px solid #aaa;margin:0 0 0 -12px;
  188. }
  189.  
  190. .poster {
  191. font-family: verdana, sans-serif; font-size: 8pt;
  192. text-transform: uppercase;
  193. float:left;
  194. padding:10px 0px 10px 45px;
  195. width:653px;
  196. display:block;
  197. }
  198.  
  199. .metadata { margin: 1.25em 0 0 0; }
  200.  
  201. .metadata.top-metadata { margin: 10px 0 1.25em 0; }
  202.  
  203. .metadata ul {
  204. padding: 0;
  205. margin: 0;
  206. }
  207.  
  208. .metadata ul li {
  209. list-style: none;
  210. font-size: 60%;
  211. font-weight: normal;
  212. text-transform: lowercase;
  213. color: #aaa;
  214. letter-spacing: 0;
  215. padding: 0;
  216. }
  217.  
  218. .tag-text {
  219. color:#777;
  220. padding:5px 15px 5px 30px;
  221. font-size: 10pt;
  222. text-transform: lowercase;
  223. }
  224.  
  225. .tag ul {
  226. padding: 0 0 0 0;
  227. margin: 0;
  228. display: inline;
  229. }
  230.  
  231. .tag ul li {
  232.  
  233. display: inline;
  234. list-style: none;
  235. font-size: 60%;
  236. font-weight: normal;
  237. text-transform: lowercase;
  238. letter-spacing: 0;
  239. padding: 0;
  240. }
  241.  
  242. .tag ul li a{ color:#777;}
  243.  
  244. ul.entry-management-links {
  245. text-align:center;
  246. padding: 0 10px 0 10px;
  247. margin: 10px 0 0 0;
  248. }
  249.  
  250. ul.entry-management-links li {
  251. display: inline;
  252. list-style: none;
  253. font-size: 60%;
  254. font-weight: normal;
  255. text-transform: lowercase;
  256. color: #333;
  257. letter-spacing: 0;
  258. padding: 0 5px 0 0;
  259. }
  260.  
  261. ul.entry-interaction-links {
  262.  
  263. padding: 0 0 5px 0;
  264. margin: 0;
  265. text-align: center;
  266. }
  267.  
  268. ul.entry-interaction-links li {
  269. display: inline;
  270. list-style: none;
  271. font-size:8pt;
  272. font-weight: normal;
  273. text-transform: uppercase;
  274. color: #aaa;
  275. letter-spacing: 0;
  276. padding: 0 5px 0 0;
  277. }
  278.  
  279. .navigation li{font-size:8pt;}
  280.  
  281. /*-- archive --*/
  282.  
  283. li.active {
  284. list-style: none;
  285. display: inline;
  286. padding: 0;
  287. margin: 10px;
  288. }
  289.  
  290. .month {
  291. background-color: transparent;
  292. border:1px solid #e7e7e7;
  293. color: #111111;
  294. padding: 20px;
  295. margin: 0;
  296. }
  297.  
  298. .month h3 {
  299. font-family: times new roman, times new roman, sans-serif; font-size: 0.7em;
  300. font-weight: normal;
  301. text-transform: lowercase;
  302. letter-spacing: 1px;
  303. padding: 0;
  304. margin: 0;
  305. text-align: right;
  306. }
  307.  
  308. .month a {
  309. color: #aaa;
  310. }
  311.  
  312. .month a:visited {
  313. color: #3b4e55;
  314. }
  315.  
  316. .month a:hover {
  317. color: #769ca9;
  318. }
  319.  
  320. .navigation ul { display: inline; }
  321. .navigation li { display: inline; list-style: none; }
  322.  
  323. table.month { border: 0; }
  324. .month caption { display: none; }
  325. .month th {
  326. text-align: center;
  327. margin: 0 2px;
  328. text-transform: lowercase;
  329. font-weight: normal;
  330. }
  331. .month td.day {
  332. font-weight: normal;
  333. color: #aaa;
  334. }
  335. .month td.day-has-entries {
  336. font-weight: normal;
  337. color: #aaa;
  338. }
  339. .month td.day-has-entries p {
  340. padding: 0 0 0 5px;
  341. margin: 0;
  342. display: inline;
  343. }
  344. .month table {
  345. width: 100%;
  346. border: 0;
  347. margin: auto;
  348. }
  349.  
  350. td.day {
  351. padding: 10px;
  352. border: 0;
  353. text-align: center;
  354. }
  355.  
  356.  
  357. /*-- tags --*/
  358.  
  359. .page-tags .tags-container {
  360. background-color: transparent;
  361. color: #111111;
  362. font-family: times new roman, times new roman, sans-serif; font-size: 0.95em;
  363. padding: 10px;
  364. margin: 0 0 10px 0;
  365. }
  366.  
  367. .page-tags .tags-container h2 {
  368. margin: 0 0 10px 0;
  369. padding: 0;
  370. font-family: times new roman, times new roman, sans-serif; font-size: 0.7em;
  371. border-width: 0 0 1px 0;
  372. border-style: solid;
  373. border-color: #E7E7E7;
  374. font-weight: normal;
  375. text-transform: lowercase;
  376. letter-spacing: 1px;
  377. color: #aaa;
  378. }
  379.  
  380. .page-tags .ljtaglist { margin: 0; padding: 0; }
  381. .page-tags .ljtaglist li {
  382. padding: 0 0 0 10px;
  383. margin: 0;
  384. text-transform: lowercase;
  385. letter-spacing: 0;
  386. list-style: none;
  387. }
  388.  
  389. .page-tags .tags-container a, .page-tags .tags-container a:visited, .page-tags .tags-container a:hover {
  390. color: #aaa;
  391. }
  392.  
  393. .page-tags .tags_cloud { text-align: center; }
  394.  
  395. /*-- icons page --*/
  396.  
  397. .icons-container {
  398. background-color: #ecf1f2;
  399. color: #111111;
  400. font-family: times new roman, times new roman, sans-serif; font-size: 0.95em;
  401. padding: 10px;
  402. margin: 0 0 10px;
  403. }
  404.  
  405. .icons-container h2 {
  406. border-color: #6b6b6b;
  407. border-style: dotted;
  408. border-width: 0 0 1px 0;
  409. color: #aaa;
  410. font-family: times new roman, times new roman, sans-serif; font-size: 0.7em;
  411. font-weight: normal;
  412. letter-spacing: 1px;
  413. margin: 0 0 10px 0;
  414. padding: 0;
  415. text-transform: lowercase;
  416. }
  417.  
  418. .icons-container a {
  419. color: #aaa;
  420. }
  421.  
  422. .icons-container a:visited {
  423. color: #3b4e55;
  424. }
  425.  
  426. .icons-container a:hover {
  427. color: #769ca9;
  428. }
  429.  
  430. .sorting-options ul {
  431. padding-left: 0;
  432. }
  433.  
  434. .sorting-options ul li {
  435. display: inline;
  436. list-style: none;
  437. margin: 0;
  438. }
  439.  
  440. .icons-container .icon {
  441. margin: 1em 0;
  442. }
  443.  
  444. .icon-image {
  445. float: left;
  446. clear: left;
  447. margin-bottom: .25em;
  448. min-width: 100px;
  449. padding-right: 1em;
  450. }
  451.  
  452. .icon-info {
  453. min-height: 100px;
  454. }
  455.  
  456. .icon-info span {
  457. font-weight: bold;
  458. }
  459.  
  460. .icon-info .default {
  461. text-decoration: underline;
  462. }
  463.  
  464. .icon-keywords ul {
  465. display: inline;
  466. padding: 0 0 0 13px;
  467. }
  468.  
  469. .icon-keywords ul li {
  470. display: inline;
  471. list-style: none;
  472. padding: 0 .25em 0 0;
  473. }
  474.  
  475. /*--- comments ---*/
  476.  
  477. #comments {
  478. float:right;
  479. text-align:center;
  480. width:700px;
  481. font-family: times new roman, times new roman, sans-serif; font-size: 10pt;
  482. }
  483.  
  484. .comment-wrapper {
  485. }
  486.  
  487. .comment-title {
  488. font-size:14pt;
  489. line-height:1.2em;
  490. font-family: times new roman;
  491. margin: 0;
  492. }
  493.  
  494. .no-subject .comment .comment-title {
  495. background: none;
  496. }
  497.  
  498. hr.above-entry-interaction-links, hr.below-reply-container { display: none; }
  499.  
  500. input, textarea {
  501. background-color: #e7e7e7;
  502. color: #333;
  503. padding: 2px;
  504. border: 1px solid #F7F7F7;
  505. font-family: Helvetica, times new roman, sans-serif;
  506. font-size: 80%;
  507. }
  508.  
  509. textarea.textbox { width: 90%!important; }
  510.  
  511. .poster-ip {
  512. display:inline-block;
  513. line-height:1em;
  514. font-family: verdana, sans-serif;
  515. font-size: 8pt;
  516. text-transform: uppercase;
  517. color: #aaa;
  518. margin:0;
  519. padding:0;
  520. }
  521.  
  522. .comment .userpic {
  523. position:absolute;
  524. float:right;
  525. display: ;
  526. margin: 0;
  527. }
  528.  
  529. .comment .userpic img {
  530. border-radius:40px;
  531. width:80px;
  532. height:80px;
  533. }
  534.  
  535. .comment {
  536. line-height:1em;
  537. text-align:left;
  538. background: transparent;
  539. border:1px solid #EBEBEB;
  540. color: #111111;
  541. padding: 20px 20px 5px 20px;
  542. margin: 0;
  543. }
  544. .comment-pages toppages {float:left;text-align:center;}
  545. .multiform-checkbox{font-family:verdana; font-size:8pt;}
  546. .comment-management-links{ margin:0; padding-top:10px;}
  547.  
  548. .comment-wrapper { margin: 20px 0; padding: 0; }
  549. .comment-content { font-family:palatino linotype; font-size:10pt; color:#333; line-height:1.2em;margin: 10px 0; }
  550.  
  551. .bottomcomment, .comments-message {
  552. font-size:10pt;
  553. background: transparent;
  554. color: #111111;
  555. padding: 10px;;
  556. margin: 0;
  557. }
  558.  
  559. .comment a,
  560. .bottomcomment a, .comment a:visited,
  561. .bottomcomment a:visited, .comment a:hover,
  562. .bottomcomment a:hover {
  563. color: #111;
  564. }
  565.  
  566. .comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }
  567. .comment-management-links li, .comment-interaction-links li, .comment-management-links li a, .comment-interaction-links li a { font-size:8pt; letter-spacing:.1em; color:#333; padding:0; margin:0; display: inline; }
  568.  
  569. #qrform table { border: 0!important; }
  570.  
  571. .comment-poster {
  572. line-height:1em;
  573. padding:0;
  574. margin:0;
  575. font-family: verdana, sans-serif; font-size: 8pt;
  576. text-transform: uppercase;
  577. color: #aaa;
  578. }
  579.  
  580. .comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }
  581. .comment-management-links li, .comment-interaction-links li { margin: 0; padding: 0; display: inline; }
  582.  
  583. table.talkform {
  584. background: #ecf1f2;
  585. color: #111111;
  586. font-family: times new roman, times new roman, sans-serif; font-size: 0.95em;
  587. padding: 10px;
  588. margin: 0 0 10px 0;
  589. }
  590.  
  591. table.talkform b {
  592. color: #111111;
  593. }
  594.  
  595. table.talkform a {
  596. color: #aaa;
  597. }
  598.  
  599. table.talkform a:visited {
  600. color: #3b4e55;
  601. }
  602.  
  603. table.talkform a:hover {
  604. color: #769ca9;
  605. }
  606.  
  607. /*-- modules --*/
  608.  
  609. #secondary .module {
  610. font-family: times new roman, times new roman, sans-serif; font-size: 0.8em;
  611. }
  612.  
  613. #tertiary .module {
  614. float: left;
  615. padding: 0.5em 2em;
  616. font-family: times new roman, times new roman, sans-serif; font-size: 0.8em;
  617. }
  618. #secondary .module-navlinks { font-family: times new roman, times new roman, sans-serif; font-size: 0.8em;; }
  619.  
  620. #tertiary .module-navlinks {
  621. margin: 0;
  622. padding: 1em 5%;
  623. width: 90%;
  624. }
  625.  
  626. .module-navlinks {
  627. margin: 0;
  628. text-align:center;
  629. text-transform: lowercase;
  630. }
  631.  
  632. .module-navlinks ul.module-list {
  633. padding: 0;
  634. margin: 0;
  635. list-style: none;
  636.  
  637. }
  638. .module-navlinks ul.module-list li {
  639. font-family:palatino linotype;
  640. font-size:8pt;
  641. letter-spacing:.1em;
  642. text-transform:uppercase;
  643. display:inline-block;
  644. padding: 0px 10px 0px 10px;
  645. margin: 0;
  646. list-style: none;
  647. }
  648. .module-navlinks ul.module-list li a, .module-navlinks ul.module-list li a:link { color:#333; }
  649. .module-navlinks ul.module-list li a:visited { color:#333; }
  650. .module-navlinks ul.module-list li a:hover { color:#333; }
  651.  
  652.  
  653. .module-calendar { text-align: center; }
  654. .module-customtext {
  655. padding: 0;
  656. margin: 20px 0 0 0;
  657. text-align: center;
  658. }
  659.  
  660. .module-header {
  661. display:none;
  662. font-family: times new roman, times new roman, sans-serif; font-size: 1em;
  663. font-weight: normal;
  664. letter-spacing: 1px;
  665. text-align: left;
  666. text-transform: lowercase;
  667. border-style: solid;
  668. border-width: 0 0 1px 0;
  669. border-color: #6b6b6b;
  670. }
  671.  
  672. .module-cuttagcontrols{display:none;}
  673.  
  674. .module-customtext .module-header { text-align: center; }
  675.  
  676. #tertiary .module-header a,
  677. #tertiary .module-header a:link,
  678. #tertiary .module-header a:visited,
  679. #tertiary .module-header a:hover
  680. { color: #aaa; }
  681.  
  682. .module-userprofile .journal-name,
  683. .module-userprofile .userpic
  684. { text-align: center; }
  685. .journal-name{font-family:Quattrocento; font-size:12pt; text-transform:uppercase; letter-spacing:.3em; padding:10px 0 2px 0; color:#111;}
  686.  
  687. .module-userprofile .userpic img {-webkit-border-radius: 50px;
  688. -moz-border-radius: 50px;
  689. border-radius: 50px;}
  690.  
  691. ul.userlite-interaction-links.icon-links {
  692. display:none;
  693. list-style-image: none;
  694. list-style-position: outside;
  695. list-style-type: none;
  696. margin-left: 0;
  697. padding-left: 0;
  698. text-align: center;
  699. }
  700.  
  701. ul.userlite-interaction-links.icon-links li {
  702. display: inline;
  703. padding: 0 0.2em;
  704. }
  705.  
  706. .module-tags_cloud, .module-time, .module-powered { width: 90%; }
  707.  
  708. .tags_cloud li, .module-tags_cloud li { display: inline;
  709. list-style-type: none; }
  710.  
  711. .manage-link {
  712. font-size: smaller;
  713. text-align: right;
  714. text-transform: uppercase;
  715. }
  716.  
  717. .module-time, .module-powered {
  718. border-style:dotted;
  719. border-width: 0 0 1px 0;
  720. border-color: #6b6b6b;
  721. letter-spacing: 1px;
  722. line-height: 125%;
  723. text-align: center;
  724. padding-top: 1em;
  725. }
  726.  
  727. .module-search .search-form { margin: .2em auto; }
  728. .module-search .search-box { margin: .2em; max-width:100%; }
  729.  
  730. #tertiary .module-content ul {
  731. list-style-image: none;
  732. list-style-position: outside;
  733. list-style-type: disc;
  734. margin-left: 1em;
  735. padding-left: 0;
  736. }
  737.  
  738. #tertiary .module-content li {
  739. margin: 0.5em 0;
  740. line-height: 100%;
  741. }
  742.  
  743.  
  744. /*-- extras --*/
  745.  
  746. div.ContextualPopup {
  747. position: relative;
  748. margin: 0;
  749. text-align: justify;
  750. font-weight: normal;
  751. font-family: Helvetica, times new roman, sans-serif;
  752. font-size: 50%;
  753. color: #333;
  754. line-height: 1.8em;
  755. }
  756.  
  757. div.ContextualPopup div.Inner {
  758. color: #333 !important;
  759. border: 1px solid #6b6b6b;
  760. background: #fff !important;
  761. padding: 10px;
  762. }
  763.  
  764. div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited, div.ContextualPopup div.Inner a:hover {
  765. color: #333;
  766. }
  767.  
  768. div.ContextualPopup div.Inner a:active {
  769. color: ;
  770. }
  771.  
  772. div.ContextualPopup .Userpic {
  773. margin: 5px;
  774. border: 0;
  775. background:;
  776. padding:0;
  777. }
  778.  
  779. blockquote {
  780. background: transparent;
  781. border: 0;
  782. font-size: 10pt;
  783. color: #333;
  784. padding:10px 40px 10px 40px;
  785. margin:0;
  786. }
  787.  
  788. hr {
  789. color: transparent;
  790. height: 1px;
  791. border-style: none;
  792. border-bottom: 3px double #cedbde;
  793. }
  794.  
  795.  
  796. .entry .userpic,
  797. .comment .userpic {
  798. float: left;
  799. text-align: right;
  800. }
  801. .entry .userpic {
  802. margin-left: -105px;
  803. }
  804. .comment .userpic {
  805. margin-left: -115px;
  806. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement