Advertisement
lacqueried

quite frankly

Sep 7th, 2012
2,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. /*----------------------------------------------
  2.  
  3. layout name: basic boxes
  4. layout base: quite frankly
  5. updated: 8/03/14
  6.  
  7. chimney.dreamwidth.org / pastries.dreamwidth.org
  8. do not redistribute!
  9.  
  10. ----------------------------------------------*/
  11.  
  12.  
  13. @font-face {
  14. font-family: 'Antic Didone';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Antic Didone'), local('AnticDidone-Regular'), url(http://themes.googleusercontent.com/static/fonts/anticdidone/v1/r3nJcTDuOluOL6LGDV1vR6RDOzjiPcYnFooOUGCOsRk.woff) format('woff');
  18. }
  19. @font-face {
  20. font-family: 'Advent Pro';
  21. font-style: normal;
  22. font-weight: 400;
  23. src: local('Advent Pro Regular'), local('AdventPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/adventpro/v1/rT9jpj7pBpZV6AmssbZKk73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
  24. }
  25.  
  26. .ljtaglist{font-size:10pt;text-transform:uppercase;}
  27.  
  28. #module-jump-link { display: none; }
  29.  
  30. H1, H2, H3 {
  31. font-weight:normal;
  32. text-transform:uppercase;
  33. margin: .25em 0;
  34. padding: .25em 0;
  35. }
  36.  
  37. img {
  38. border: none;
  39. }
  40.  
  41. hr {
  42. display: none;
  43. }
  44. .entry-content hr,
  45. .comment-content hr {
  46. display: block;
  47. margin: 1em 10%;
  48. }
  49.  
  50. body {
  51. font-family:verdana, arial, sans-serif;
  52. padding: 0;
  53. background:url(http://i.imgur.com/JGmeD.png) repeat;
  54. border: 0;
  55.  
  56. }
  57.  
  58. html body {
  59. margin-left: 0em;
  60. margin-right: 0em;
  61. }
  62.  
  63. a, a:visited, a:active {color:#000; text-decoration:none; font-weight:normal!important; }
  64. a:hover{color:#CF1931!important;}
  65.  
  66. q { font-style: italic; }
  67.  
  68. .one-column #content { float: none; }
  69. .two-columns-left #content,
  70. .three-columns-sides #content {
  71. border-left: 15em solid transparent;
  72. margin:80px 0 0 0;
  73. }
  74. .two-columns-right #content,
  75. .three-columns-sides #content {
  76. border-right: 15em solid transparent;
  77. }
  78. .three-columns-left #content {
  79. border-left: 30em solid transparent;
  80. }
  81. .three-columns-right #content {
  82. border-right: 30em solid transparent;
  83. }
  84. .column-right #content {
  85. min-width: 15em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
  86. }
  87.  
  88. #content-footer {
  89. height: 0;
  90. font-size: 0; /*to make IE happy*/
  91. clear: both;
  92. }
  93.  
  94. #header, #footer {
  95. margin: 0;
  96. clear: both;
  97. padding: .5em;
  98. }
  99.  
  100. #header {
  101. margin:30px 0 0 50px;
  102. text-transform:uppercase;
  103. color:#000;
  104. font-family:advent pro, verdana, sans-serif;
  105. width:200px;
  106. height:200px;
  107. border-radius:150px;
  108. background:url(http://i.imgur.com/JGmeD.png) repeat;
  109. border:20px solid #CF1931;
  110. }
  111. #title{
  112. font-size:24pt;
  113. letter-spacing:.2em;
  114. margin:80px 0 0 150px;
  115. font-weight:normal;
  116. position:absolute;
  117. padding:0;
  118. }
  119. #subtitle{
  120. font-size:16pt;
  121. letter-spacing:.2em;
  122. margin:120px 0 0 190px;
  123. font-weight:normal;
  124. position:absolute;
  125. padding:0;
  126. }
  127.  
  128.  
  129. #footer {
  130. background: transparent;
  131. }
  132.  
  133. #footer a { }
  134. #footer a:visited { }
  135. #footer a:hover { }
  136. #footer a:active { }
  137.  
  138. #primary {
  139. float: left;
  140. width:100%;
  141. margin-right:-100%;
  142. margin-left: 0;
  143. }
  144.  
  145. .one-column #primary { float: none; }
  146.  
  147. #primary > .inner:first-child {
  148. padding: 1em;
  149. }
  150.  
  151. .one-column #secondary { width: auto; }
  152.  
  153. .two-columns-left #secondary,
  154. .three-columns-sides #secondary {
  155. float: left;
  156. width: 15em;
  157. margin-left: -15em;
  158. }
  159. .two-columns-right #secondary {
  160. float: right;
  161. width: 15em;
  162. margin-right: -15em;
  163. }
  164. .three-columns-left #secondary {
  165. float: left;
  166. width: 15em;
  167. margin-left: -30em;
  168. }
  169. .three-columns-right #secondary {
  170. float: right;
  171. width: 15em;
  172. margin-right: -15em;
  173. }
  174.  
  175. #secondary > .inner:first-child {
  176. padding: 1em;
  177. }
  178.  
  179. .one-column #tertiary { width: auto; }
  180.  
  181. .two-columns-left #tertiary,
  182. .two-columns-right #tertiary {
  183. clear: both;
  184. }
  185. .two-columns-left #tertiary { margin-left: -15em; }
  186. .two-columns-right #tertiary { margin-right: -15em; }
  187. .two-columns-left #tertiary .module,
  188. .two-columns-right #tertiary .module {
  189. float: left;
  190. width: 15em;
  191. }
  192. .three-columns-left #tertiary {
  193. float: left;
  194. width: 15em;
  195. margin-left: -15em;
  196. }
  197. .three-columns-right #tertiary {
  198. float: right;
  199. width: 15em;
  200. margin-right: -30em;
  201. margin-left: 15em; /* so that #tertiary won't overlay #secondary in IE7 */
  202. }
  203. .three-columns-sides #tertiary {
  204. float: right;
  205. width: 15em;
  206. margin-right: -15em;
  207. }
  208.  
  209. #tertiary > .inner:first-child {
  210. padding: 1em;
  211. }
  212.  
  213. .navigation ul {
  214. list-style: none;
  215. margin-left: 0;
  216. padding-left: 0;
  217. }
  218. .navigation li {
  219. display: inline;
  220. padding: 0 .5em;
  221. }
  222. .noentries {
  223. font-size: 10pt;
  224. text-transform: uppercase;
  225. text-align: center;
  226. padding: 0 .5em;
  227. }
  228.  
  229. /* entries */
  230.  
  231. .entry .entry-title {
  232. font-family:advent pro, verdana, sans-serif
  233.  
  234. }
  235.  
  236. .entry .entry-title, .entry .entry-title a {
  237. font-family:advent pro, verdana, sans-serif
  238. color:inherit;
  239. background:none;
  240.  
  241. }
  242.  
  243. .no-subject .entry .entry-title {
  244. font-family:advent pro, verdana, sans-serif;
  245. background: none;
  246. border: none;
  247. }
  248.  
  249. .entry a,.entry a:visited,.entry a:hover,.entry a:active { color:inherit; }
  250.  
  251. /* To prevent overlapping when icon's on the left */
  252. /* and list is the first thing in content */
  253. .entry-content li,
  254. .comment-content li {
  255. list-style-position: inside;
  256. }
  257.  
  258. .metadata ul {
  259. display: inline;
  260. list-style: none;
  261. margin-left: 15px;
  262. padding-left: 0;
  263. }
  264. .metadata li {
  265. margin-bottom: 2px;
  266. }
  267. .metadata.top-metadata ul {
  268. margin: 0;
  269. }
  270. .metadata.top-metadata {
  271. margin-bottom: 10px;
  272. }
  273.  
  274. .tag ul {
  275. display: inline;
  276. list-style: none;
  277. margin-left: 10px;
  278. padding-left: 0;
  279. }
  280. .tag ul li {
  281. display: inline;
  282. padding: .25em;
  283. } /* same for month view */
  284.  
  285. ul.entry-management-links {
  286. list-style: none;
  287. margin-left: 0;
  288. padding-left: 0;
  289. }
  290. ul.entry-management-links li {
  291. display: inline;
  292. padding: 0;
  293. }
  294.  
  295. ul.entry-interaction-links {
  296. list-style: none;
  297. margin:0 25px 0 0;
  298. padding: 0;
  299. text-align: right;
  300. line-height:1em;
  301. font-family:verdana, sans-serif;
  302. text-transform:uppercase;
  303. font-size:8pt;
  304. }
  305.  
  306. ul.entry-interaction-links li {
  307. display: inline;
  308. padding: 0 .25em;
  309. }
  310.  
  311. /* comments */
  312.  
  313. .comment-wrapper {
  314. padding: .5em 0;
  315. min-width: 15em;
  316. }
  317.  
  318. .comment .comment-title {
  319.  
  320. margin: 0;
  321. }
  322.  
  323. .comment .comment-title, .comment .comment-title a {
  324.  
  325. }
  326.  
  327. .no-subject .comment .comment-title {
  328. background: none;
  329. border: none;
  330. }
  331.  
  332. ul.comment-management-links {
  333. list-style: none;
  334. margin-left: 0;
  335. padding-left: 0;
  336. text-align: right;
  337. }
  338. ul.comment-management-links li {
  339. display: inline;
  340. padding: 0 .25em;
  341. }
  342.  
  343. ul.comment-interaction-links {
  344. list-style: none;
  345. margin-left: 0;
  346. padding-left: 0;
  347. }
  348. ul.comment-interaction-links li {
  349. display: inline;
  350. padding: 0 .25em;
  351. }
  352.  
  353. textarea#commenttext {
  354. width: 100%; /* fix for FF form width glitch */
  355. }
  356.  
  357. /* archive */
  358.  
  359. table.month {
  360. margin: 0 auto;
  361. border-collapse: collapse;
  362. }
  363. table.month td {
  364. height:50px;
  365. width:50px;
  366. }
  367. table.month td,
  368. table.month th {
  369. border: 1px solid #000; /* ? */
  370. padding: 3px;
  371. }
  372. table.month td p {
  373. margin: 0;
  374. padding: 3px;
  375. }
  376.  
  377. .month dl dt {
  378. text-transform:uppercase;
  379. font-weight: normal;
  380. }
  381. .month dl .time {
  382. padding-right: .5em;
  383. }
  384. .month dl h3 {
  385. display: inline;
  386. font-size: medium;
  387. }
  388. .page-month .month .entry-poster {
  389. margin-right: .5em;
  390. }
  391. .month dl .tag ul {
  392. margin-top: 0;
  393. }
  394.  
  395. /* icons */
  396.  
  397. .sorting-options ul {
  398. list-style: none;
  399. margin-left: 0;
  400. }
  401.  
  402. .sorting-options ul li {
  403. display: inline;
  404. }
  405.  
  406. .icon-keywords ul {
  407. display: inline;
  408. list-style: none;
  409. margin-left: .5em;
  410. padding-left: 0;
  411. }
  412.  
  413. .icon-keywords ul li {
  414. display: inline;
  415. padding: 0 .25em 0 0;
  416. }
  417.  
  418. /* modules */
  419.  
  420. .module-calendar, .module-credit, .module-pagesummary, .module-tags_list, .module-cuttagcontrols, .module-syndicate, .module-header, #pagetitle, .userlite-interaction-links, .module-time, .module-powered, .page-top, .manage-link{display:none;}
  421.  
  422. .module {
  423. background: transparent;
  424. border: 0;
  425.  
  426. }
  427.  
  428. .module-content ul {
  429. list-style: outside;
  430. margin-left: 1em;
  431. }
  432. .module-content li {
  433. margin: .5em 0;
  434. }
  435.  
  436. .module-typelist ul { list-style: none; }
  437.  
  438.  
  439. .module-navlinks{
  440. width:800px;
  441. position:absolute;
  442. font-size:10pt;
  443. color:#000;
  444. background: none;
  445. border: none;
  446. }
  447.  
  448. .module-navlinks ul{
  449. text-align:center;
  450. list-style: none;
  451. margin:220px 0 0 240px;
  452. }
  453.  
  454. .module-navlinks ul li {
  455. border:0;
  456. display: inline;
  457. margin: 0;
  458. padding: 0;
  459. }
  460.  
  461. .module-list{
  462. font-family:advent pro;
  463. text-transform:uppercase;
  464. padding:0;
  465. line-height:0.7em;
  466. margin:40px 43px 0 0;
  467. text-align:center;
  468. font-size:12pt;
  469. color:#000;
  470. background: none;
  471. border: none;
  472. }
  473.  
  474. .module-list ul, .module-list ul li, .module-list ul li a{font-family:advent pro; line-height:1em; padding:0; margin:0;}
  475.  
  476. ul.userlite-interaction-links.icon-links {
  477. list-style: none;
  478. margin-left: 0;
  479. padding-left: 0;
  480. }
  481.  
  482. ul.userlite-interaction-links.icon-links li {
  483. display: inline;
  484. padding: 0 .20em;
  485. }
  486.  
  487. ul.userlite-interaction-links.text-links {
  488. text-align: left;
  489. }
  490.  
  491. .module-calendar .module-content {
  492. text-align: center;
  493. }
  494.  
  495. .one-column .module-calendar .module-content {
  496. text-align: left;
  497. }
  498.  
  499. .module-calendar table {
  500. margin: 0 auto;
  501. }
  502.  
  503. .one-column .module-calendar table {
  504. margin: 0;
  505. }
  506.  
  507. .module-calendar td {
  508. padding: 1px;
  509. }
  510. .module-calendar td a {
  511. display: block;
  512. padding: 2px;
  513. }
  514.  
  515. .search-box {
  516. margin: .2em auto;
  517. max-width: 100%;
  518. }
  519.  
  520. /* wrap long content, particularly openid usernames */
  521. .module-pagesummary .ljuser {
  522. white-space: normal !important;
  523. }
  524. .module-pagesummary .module-content {
  525. word-wrap: break-word;
  526. }
  527. .module-credit dt, .module-credit dd {
  528. display: inline;
  529. margin: 0;
  530. padding: 0;
  531. }
  532. .module-credit dt {
  533. font-weight: bold;
  534. margin-right: 0.5em;
  535. }
  536.  
  537. .tags_cloud li, .module-tags_cloud li { display: inline;
  538. list-style-type: none; }
  539.  
  540. .module-syndicate .module-content {
  541. text-align: center;
  542. }
  543.  
  544. .one-column .module-syndicate .module-content {
  545. text-align: left;
  546. }
  547.  
  548.  
  549. .entry .userpic,
  550. .comment .userpic {
  551. text-align: right;
  552. }
  553.  
  554.  
  555. /* Basic Boxes */
  556.  
  557. blockquote { font-style: italic; }
  558. dl dt { font-weight: normal; }
  559.  
  560. body {
  561. margin: 0;
  562. }
  563.  
  564. #canvas {
  565. position: relative;
  566. float: left; width: 960px; /*asinine IE7 hack to keep left sidebar from sliding under #primary when #canvas is relative*/ }
  567.  
  568.  
  569. /* main column */
  570.  
  571. #primary { color: #000000;
  572. background-color: none;
  573. margin-bottom: 20px; }
  574.  
  575. .one-column #primary {
  576. width: 96%;
  577. margin-right: -98%;
  578. margin-left: 2%;
  579. }
  580. .two-columns-left #primary,
  581. .two-columns-right #primary,
  582. .three-columns-left #primary,
  583. .three-columns-right #primary {
  584. margin-right: -98%;
  585. width: 98%;
  586. }
  587. .two-columns-right #primary,
  588. .three-columns-right #primary {
  589. margin-left: 2%;
  590. }
  591.  
  592. .two-columns-left .navigation, .three-columns-left .navigation {
  593. font-size: 10pt;
  594. text-transform: uppercase;
  595. text-align: right;
  596. line-height: 1em;
  597. margin: -35px 0 -5px 0;
  598. padding: 0;
  599. }
  600.  
  601. /* entries */
  602. .entry li { margin-left: 1em; }
  603. .entry-content hr { display: block;
  604. margin: 1em 10%; }
  605.  
  606. .entry {
  607. margin-bottom:60px;
  608. border-width:1px 1px 1px 15px;
  609. border-style: solid;
  610. border-color:#CF1931;
  611. padding:0;
  612. -webkit-border-top-left-radius: 15px;
  613. -webkit-border-bottom-left-radius: 15px;
  614. -moz-border-radius-topleft: 15px;
  615. -moz-border-radius-bottomleft: 15px;
  616. border-top-left-radius: 15px;
  617. border-bottom-left-radius: 15px;
  618. }
  619.  
  620. .entry .userpic img{width:80px;
  621. height:80px;}
  622.  
  623. .entry .userpic {
  624. margin: -20px 15px 0 0;
  625. float: right;
  626. display: block;
  627. padding: 10px;
  628. background: black;
  629. height: 80px;
  630. width: 80px;
  631. border-radius: 50px;
  632. }
  633.  
  634. .entry .entry-title { font-family:advent pro, verdana, sans-serif;
  635. letter-spacing:.2em;
  636. font-weight:normal;
  637. text-transform:uppercase;
  638. background:none ;
  639. border: 0;
  640. padding: 4px 0 0 50px;
  641. margin:0;
  642. height:17px;}
  643. #primary .entry .entry-title a, #primary .entry .entry-title a:hover,
  644. #primary .entry .entry-title a:visited { font-family:advent pro, verdana, sans-serif;color: #CF1931;
  645. }
  646.  
  647. .entry .datetime a, .entry .datetime a:hover{color:#CCC!important;}
  648. .entry .datetime{
  649. float:left;
  650. margin:-52px 0 0 10px;
  651. font-family:antic didone, times new roman, serif;
  652. font-size: 24pt;
  653. padding:0;
  654. color: #CCC;
  655. text-transform:uppercase;
  656. font-weight:normal;
  657. }
  658.  
  659. .entry .poster a{font-weight:normal;}
  660. .entry .poster {
  661. font-family: advent pro, verdana, sans-serif;
  662. color: black;
  663. letter-spacing: .2em;
  664. text-align: center;
  665. float: right;
  666. font-size: 8pt;
  667. font-weight: normal!important;
  668. text-transform: uppercase;
  669. margin: 90px -110px 0 0;
  670. width: 120px;
  671. padding: 0;}
  672.  
  673. .entry .poster img{display:none;}
  674.  
  675. .entry .contents { padding:15px; }
  676.  
  677. .entry-content {
  678. font-size:10pt;
  679. min-height:80px;
  680. margin:15px 0 10px 0;
  681. }
  682.  
  683. .metadata { line-height:1em;
  684. font-family:verdana, sans-serif;
  685. text-transform:uppercase;
  686. font-size:8pt; }
  687. .metadata-label { font-weight: bold; }
  688. .metadata ul li { margin-left: 0; padding-left: 0; }
  689.  
  690. .entry .footer { margin:0; clear: both; }
  691. .entry .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */
  692.  
  693. .entry .tag {
  694. line-height:1.3em;
  695. margin-left:15px;
  696. font-family:verdana, sans-serif;
  697. text-transform:uppercase;
  698. font-size:8pt;}
  699. .entry .tag li { margin-left: 0; padding:0;color:#000; }
  700. .entry .tag li a{ color:#CF1931;}
  701. .entry .tag-text { font-weight: bold; }
  702.  
  703. ul.entry-management-links {
  704. line-height:1em;
  705. font-family:verdana, sans-serif;
  706. text-transform:uppercase;
  707. font-size:8pt;
  708. float: left;
  709. margin:5px 0 0 5px;
  710. padding:0;}
  711. ul.entry-interaction-links {
  712. text-align: right;
  713. margin-top: 4px;
  714. margin-bottom: 0.25em;
  715. min-height: 17px;
  716. padding:0;
  717. } /* prevent entry-management icons from shoving quickreply aside */
  718.  
  719. /* comments */
  720. .comment { margin-bottom: 1em; }
  721.  
  722. .partial .comment { margin-bottom: 0;}
  723.  
  724. .comment .header { color: #e9eed3;
  725. background-color: #92a252;
  726. border: solid 1px #566030;
  727.  
  728. padding: 2px 5px;
  729. margin-bottom: .5em; }
  730. #primary .comment .comment-title a,
  731. #primary .comment .comment-title a:visited { color: #e9eed3;
  732. }
  733.  
  734. .comment-title {
  735. font-weight: bold;
  736. padding: 0 0 .25em;
  737. }
  738.  
  739. .partial .comment-title {
  740. display: inline;
  741. margin-right: .2em;
  742. }
  743.  
  744. .partial .comment-poster:before {
  745. content: "- ";
  746. }
  747.  
  748. #primary .partial .comment .comment-title a,
  749. #primary .partial .comment .comment-title a:visited { color: #92a252; }
  750.  
  751. .comment .poster-ip { font-size: small;
  752. color: #999999; }
  753.  
  754. .comment-content { margin-top: 1em; }
  755.  
  756. .comment .edittime { margin-top: 1em; }
  757. .comment .header .datetime { color: #e9eed3; }
  758.  
  759. .comment .multiform-checkbox { display: block;
  760. text-align: right;
  761. font-size: small;
  762. color: #000000;
  763. }
  764.  
  765. .comment .footer { margin: .5em 0; }
  766. .comment .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */
  767.  
  768. .comment-management-links { float: right; }
  769. .comment-interaction-links { text-align: left; }
  770.  
  771. .bottomcomment, .comments-message {
  772. color: #566030;
  773. background-color: #e9eed3;
  774. border: solid 1px #566030;
  775.  
  776. padding: .25em;
  777. }
  778.  
  779. .bottomcomment .entry-management-links,
  780. .bottomcomment .entry-interaction-links { margin: .25em 0 .5em 0; }
  781.  
  782. .comment-pages { text-align: center; }
  783.  
  784. #qrdiv table { width: 100%; margin: 1em 0; }
  785.  
  786.  
  787. /* archive */
  788.  
  789. /* year-by-month view */
  790. #archive-year .navigation { text-align: left; }
  791.  
  792. div.month { margin: 0 0 2em 0; }
  793.  
  794. table.month td,
  795. table.month th {
  796. font-size:10pt;
  797. vertical-align: top;
  798. }
  799.  
  800. .month caption { display: none; }
  801.  
  802. #archive-year .month .footer {
  803. font-size:10pt;
  804. text-transform:uppercase;
  805. padding: .5em;
  806. text-align: center; }
  807.  
  808. /* month-by-day view */
  809. #archive-month .navigation { text-align: center; }
  810.  
  811. .month dl .tag-text { font-style: italic; }
  812.  
  813. .month dl h3.entry-title { font-weight: normal; }
  814.  
  815. /* day-by-entries view */
  816. .day .inner > h3:first-child { text-align: center; }
  817.  
  818.  
  819. /* icons */
  820.  
  821. .icons-container .header {
  822. background-color: #92a252;
  823. border: solid 1px #566030;
  824.  
  825. color: #e9eed3;
  826. }
  827.  
  828. /* Reset font size to H3 */
  829. /* But use entry title font if set */
  830. .icons-container h2 {
  831. font-size: 1.17em;
  832.  
  833. margin: 0;
  834. padding: .25em 5px;
  835. }
  836.  
  837. .icons-container .contents {
  838. padding: 0 .5em;
  839. }
  840.  
  841. .sorting-options ul {
  842. padding-left: 0;
  843. }
  844.  
  845. .icons-container .icon {
  846. margin: 1em 0;
  847. }
  848.  
  849. .icon-image {
  850. float: left;
  851. clear: left;
  852. margin-bottom: .25em;
  853. min-width: 100px;
  854. padding-right: 1em;
  855. }
  856.  
  857. .icon-info {
  858. min-height: 100px;
  859. }
  860.  
  861. .icon-info span {
  862. font-weight: bold;
  863. }
  864.  
  865. .icon-info .default {
  866. text-decoration: underline;
  867. }
  868.  
  869. /* sidebars */
  870.  
  871. #secondary > .inner:first-child,
  872. #tertiary > .inner:first-child {
  873. padding: 0 .5em !important;
  874. }
  875.  
  876. .three-columns-right #secondary > .inner:first-child {
  877. padding: 0 0 0 .5em !important;
  878. }
  879. .three-columns-right #tertiary > .inner:first-child {
  880. padding: 0 !important;
  881. }
  882. .three-columns-left #secondary > .inner:first-child {
  883. padding: 0 !important;
  884. }
  885. .three-columns-left #tertiary > .inner:first-child {
  886. padding: 0 .5em 0 0 !important;
  887. }
  888.  
  889. .module { padding: 3px;
  890. margin: 0 .5em 1em .5em;
  891. color: #566030;
  892. }
  893.  
  894. .module-header {
  895. text-align: center;
  896. font-size: large;
  897. padding: 1px 3px;
  898. color: #566030;
  899. background-color: #e9eed3;
  900. border: solid 1px #566030;
  901. }
  902.  
  903. .module-header a,
  904. .module-header a:visited { color: #566030;
  905. }
  906.  
  907. .module-userprofile {
  908. background:url(http://i.imgur.com/JGmeD.png) repeat;;
  909. border:10px solid #000;
  910. height:140px;
  911. width:140px;
  912. border-radius:85px;
  913. text-align: center;
  914. margin: 0 0 0 30px;
  915. }
  916.  
  917. .module-userprofile .userpic{
  918. margin:50px 0 0 40px;
  919. position:absolute;
  920. padding:10px;
  921. background:#CF1931;
  922. height:100px;
  923. width:!00px;
  924. border-radius:60px;}
  925.  
  926. .journal-name{
  927. width:150px;
  928. text-align:center;
  929. margin:175px 0 0 0;
  930. position:absolute;
  931. color:#000;
  932. font-family:verdana, sans-serif;
  933. text-transform:uppercase;
  934. }
  935.  
  936. .userpic img{
  937. width:100px;
  938. height:100px;
  939. border-radius:50px;
  940. }
  941.  
  942. .module-customtext .module-content { padding: .25em 0; }
  943.  
  944. .module-typelist ul { list-style: none; }
  945.  
  946. .module-search input {display:none; border: 1px solid #566030;
  947. background: #ffffff, !important;
  948. font-size: .9em !important;
  949. color: #000000 !important; }
  950.  
  951. .two-columns #secondary .module-search .search-form,
  952. .three-columns .module-search .search-form {
  953. text-align: right;
  954. }
  955.  
  956.  
  957. .has-userpic .entry .contents .userpic, .has-userpic .comment .contents .userpic {
  958. float: right;
  959. margin: -20px 15px 0 0;
  960. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement