Advertisement
Guest User

Untitled

a guest
May 27th, 2012
2,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1. /* CREDIT fit @ dreamwidth */
  2.  
  3. /* main layout */
  4.  
  5. body {
  6. background: #f7f6ea;}
  7.  
  8. a, a:link, a:visited {
  9. text-decoration: none;
  10. color: #8d8477;
  11. }
  12.  
  13.  
  14. blockquote {
  15. background: url(http://i.imgur.com/ecUCq.png);
  16. font-size: 10px;
  17. width: 250px;
  18. padding-left: 10px;
  19. padding-right: 10px;
  20. padding-bottom: 10px;
  21. margin-left: -2px;
  22. }
  23.  
  24.  
  25. #content {
  26. width: 600px;
  27. margin-right: auto;
  28. margin-left: auto;
  29. margin-bottom: auto;
  30. background-color: transparent;
  31. }
  32.  
  33.  
  34. #maincontent {
  35. background: transparent;
  36. border-right: 0px #f7f7f7 solid;
  37. margin-right: auto;
  38. margin-left: auto;
  39. margin-top: 30px;
  40. }
  41.  
  42.  
  43.  
  44. #sidebar {
  45. background: transparent;
  46. float: left;
  47. margin-top: 40px;
  48. width: auto;
  49. height: auto;
  50. }
  51.  
  52.  
  53. #header {
  54. display: none;
  55. }
  56.  
  57.  
  58. #footer {
  59.  
  60. width: 700px;
  61. padding: 5px;
  62. font-family: georgia;
  63. font-size: 16px;
  64. background: transparent;
  65. font-style: italic;
  66. color: #aba295;
  67. text-transform: lowercase;
  68. text-align: center;
  69. }
  70.  
  71.  
  72. /* header -- links to views; title of journal; subtitle of journal */
  73.  
  74.  
  75.  
  76. ul.navheader {
  77. padding: 0px;
  78. margin: 0px;
  79. }
  80.  
  81.  
  82.  
  83. ul.navheader li {
  84. display:inline;
  85. padding: 0 10px 0 0px;
  86. }
  87.  
  88. .title, .subtitle {
  89. display:none;
  90. }
  91.  
  92. /* sidebar */
  93.  
  94. .defaultuserpic {
  95. display: none;
  96. }
  97.  
  98. .defaultuserpic img {
  99. display: none;
  100. }
  101.  
  102. .sbarheader {
  103. padding: 0px;
  104. }
  105.  
  106.  
  107. .sbarbody {
  108. padding: 0px;
  109. }
  110.  
  111.  
  112. .sbarbody2 {
  113. position: absolute;
  114. top: 200px;
  115. left: 50px;
  116. width: 150px;
  117. padding: 20px;
  118. background: #fefefa;
  119. border-left: 5px solid #e7e5d0;
  120. font-family: georgia;
  121. font-size: 10px;
  122. color: #aba295;
  123. float: left;
  124. }
  125.  
  126.  
  127. table.calendar {
  128. display:none;
  129. }
  130.  
  131.  
  132. .sbarcalendar {
  133. display:none;
  134.  
  135. }
  136.  
  137. .sbarcalendarposts {
  138. display:none;
  139. }
  140.  
  141. ul.sbarlist{
  142. list-style: none;
  143. position: absolute;
  144. top: 185px;
  145. left: 190px;
  146. background: transparent;
  147. align: center;
  148. margin-left: 20px;
  149. }
  150.  
  151.  
  152. div#sidebar a {
  153. color: #8d8477;
  154. }
  155.  
  156. div#sidebar a:hover, div#sidebar li.sbaritem:hover a{
  157. color: #aba295;
  158. }
  159.  
  160.  
  161. li.sbaritem{
  162. display: list;
  163. background: #fefefa;
  164. border-left: 5px solid #e7e5d0;
  165. border-bottom: 1px solid #f2f2e9;
  166. color: #aba295!important;
  167. padding-top: 3px;
  168. padding-bottom: 3px;
  169. padding-left: 2px;
  170. padding-right: 10px;
  171. margin-bottom: 2px;
  172. font-size: 10px;
  173. font-family: lucida console;
  174. text-transform: uppercase;
  175. -webkit-transition: all 0.5s ease;
  176. -moz-transition: all 0.5s ease;
  177. -o-transition: all 0.5s ease;
  178. }
  179.  
  180. li.sbaritem:hover{
  181. color: #8d8477;
  182. background: #fefefa;
  183. border-left: 5px solid #fafaf6;
  184. padding-right: 10px;
  185. -moz-border-radius: 0px;
  186. -webkit-border-radius: 0px;
  187. -khtml-border-radius: 0px;
  188. }
  189.  
  190.  
  191. li.sbartitle{
  192. padding-left: 0px;
  193. margin-left: 0px;
  194. display: none;
  195. }
  196.  
  197.  
  198. /* maincontent */
  199.  
  200. .subcontent {
  201. background: transparent;
  202. padding: 20px;
  203. }
  204.  
  205.  
  206. .entry {
  207. background: #fefefa;
  208. width: 400px;
  209. color: #aba295;
  210. font-family: georgia;
  211. font-size: 10px;
  212. line-height: 10px;
  213. text-align: justify;
  214. padding: 30px;
  215. }
  216.  
  217.  
  218.  
  219. .entry img {
  220. max-width: 250px;
  221. }
  222.  
  223.  
  224. .entry ul li {
  225. padding-left: 5px;
  226. margin-left: 15px;
  227. }
  228.  
  229. .entry ol li {
  230. padding-left: 5px;
  231. margin-left: 15px;
  232. }
  233.  
  234.  
  235.  
  236. .userpic, .userpicfriends {
  237. background: #fff!important;
  238. float: right;
  239. margin-top: 10px;
  240. margin-right: -60px;
  241. font-size: 0px!important;
  242. padding: 10px;
  243. -moz-border-radius: 100px;
  244. -webkit-border-radius: 100px;
  245. -kthml-border-radius: 100px;
  246. filter:alpha(opacity=50);
  247. -moz-opacity:0.5;
  248. -khtml-opacity: 0.5;
  249. opacity: 0.5;
  250. }
  251.  
  252. .userpic img:hover, .userpicfriends img:hover {
  253. -webkit-transform: rotate(-180deg);
  254. -moz-transform: rotate(-180deg);
  255. }
  256.  
  257. .userpicfriends font, .userpic font {
  258. font-size: 0px!important;
  259. color: transparent;
  260. background: transparent;
  261. }
  262.  
  263.  
  264. .userpicfriends img, .userpic img {
  265. height: 100px;
  266. width: 100px;
  267. -moz-border-radius: 100px;
  268. -webkit-border-radius: 100px;
  269. -kthml-border-radius: 100px;
  270. -webkit-transition: all 0.9s ease;
  271. -moz-transition: all 0.9s ease;
  272. -o-transition: all 0.9s ease;
  273. }
  274.  
  275. .date {
  276. display: none;
  277. }
  278.  
  279.  
  280. .subject, h2 {
  281. width: 450px!important;
  282. text-align: left;
  283. font-family: georgia;
  284. padding-left: 10px;
  285. padding-top: 10px;
  286. font-size: 16px;
  287. font-style: italic;
  288. letter-spacing: 2px;
  289. text-transform: lowercase;
  290. background: #fefefa;
  291. }
  292.  
  293. .subject a:link, .subject a:visited, code, .datesubjectcomment a:link, .datesubjectcomment a:visited {
  294. color: #aba295;
  295. -webkit-transition: all 0.9s ease;
  296. -moz-transition: all 0.9s ease;
  297. -o-transition: all 0.9s ease;
  298. }
  299.  
  300. .subject a:link:hover {
  301. filter:alpha(opacity=50);
  302. -moz-opacity:0.5;
  303. -khtml-opacity: 0.5;
  304. opacity: 0.5;
  305.  
  306. }
  307.  
  308. .datesubject {
  309. }
  310.  
  311.  
  312. .currents {
  313. margin-top: 10px;
  314. margin-bottom: -10px;
  315. text-transform: lowercase;
  316. color: #c4beb5;
  317. font-size: 9px;
  318. line-height: 10px;
  319. font-family: georgia;
  320. font-style: italic;
  321. text-align: left;
  322. padding-bottom: 2px;
  323. }
  324.  
  325.  
  326. .ljtags {
  327. text-transform: lowercase;
  328. font-size: 9px;
  329. color: #c4beb5;
  330. font-family: georgia;
  331. font-style: italic;
  332. margin-top: 10px;
  333. margin-bottom: -10px;
  334. text-align: left;
  335.  
  336. }
  337.  
  338.  
  339. .ljtags a {
  340. color: #c4beb5;
  341. }
  342.  
  343.  
  344. .comments {
  345. padding-top: 10px;
  346. margin-bottom: -15px;
  347. font-family: georgia;
  348. font-style: italic;
  349. font-size: 10px;
  350. text-transform: uppercase;
  351. text-align: left;
  352. color: #000;
  353. -webkit-transition: all 0.5s ease;
  354. -moz-transition: all 0.5s ease;
  355. -o-transition: all 0.5s ease;
  356. }
  357.  
  358. .comments:hover {
  359. filter:alpha(opacity=50);
  360. -moz-opacity:0.5;
  361. -khtml-opacity: 0.5;
  362. opacity: 0.5;
  363. }
  364.  
  365.  
  366.  
  367. /* maincontent -- year/archive pages */
  368.  
  369.  
  370. ul.year {
  371. text-align: center;
  372. padding-bottom: 5px;
  373. }
  374.  
  375.  
  376.  
  377. ul.year li {
  378. display: inline;
  379. }
  380.  
  381.  
  382.  
  383. table.yeartable {
  384. margin-left: auto;
  385. margin-right: auto;
  386. }
  387.  
  388.  
  389.  
  390. table.yeartable td.yeardate, table.yeartable td.yearday {
  391. border-width: 0px;
  392. border-style: solid;
  393. border-color: #999999;
  394. }
  395.  
  396.  
  397. table.yeartable td.yearday {
  398. background-color: #eeeeee;
  399. text-align: center;
  400. }
  401.  
  402.  
  403. td.yearmonth {
  404. border-style: none;
  405. }
  406.  
  407.  
  408.  
  409.  
  410. /* footer */
  411.  
  412. ul.navfooter{
  413. padding: 0px;
  414. margin: 0px;
  415. }
  416.  
  417.  
  418.  
  419. ul.navfooter li {
  420. display: inline;
  421. margin: 0 5px 0 5px;
  422. }
  423.  
  424.  
  425.  
  426. .clearfoot {
  427. clear: both;
  428. }
  429.  
  430.  
  431.  
  432.  
  433. /* misc */
  434.  
  435.  
  436.  
  437. .ljtaglist {
  438. list-style-type: none;
  439. padding: 10px;
  440. background-color: #ffffff;
  441. font-family: lucida console;
  442. font-size: 9px;
  443. text-align: left;
  444. }
  445.  
  446.  
  447. .clear {
  448. height: 0px;
  449. }
  450.  
  451.  
  452.  
  453. .skiplinks {
  454. text-align: center;
  455. }
  456.  
  457. .separator{
  458. margin-top: -30px!important;
  459. }
  460.  
  461.  
  462.  
  463. div.ContextualPopup .Content {
  464.  
  465. padding: 5px;
  466. background: #fdfdfd!important;
  467. border: 0px;
  468. }
  469.  
  470. div.ContextualPopup div.Inner {
  471.  
  472. background: #fafafe!important;
  473. color: #aba295!important;
  474. font-family: tahoma;
  475. text-transform: uppercase;
  476. border: 0px;
  477. }
  478.  
  479.  
  480. div.ContextualPopup .Userpic {
  481.  
  482. padding: 10px;
  483. background: #fafafe;
  484. -moz-border-radius: 100px;
  485. -kthml-border-radius: 100px;
  486. -webkit-border-radius: 100px;
  487. }
  488.  
  489.  
  490.  
  491. div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {
  492.  
  493. text-decoration: none!important;
  494. font-weight: normal;
  495. color:#aba295!important;
  496. font-size: 10px;
  497. }
  498.  
  499. div.ContextualPopup div.Inner a:hover }
  500. color:#c4beb5!important;
  501. background-color: #fefefa;
  502. text-transform: uppercase;
  503.  
  504. }
  505.  
  506. #lj_controlstrip {
  507. background:#c4beb5 none repeat scroll 0 0;
  508. text-transform: uppercase;
  509.  
  510. }
  511.  
  512. #lj_controlstrip td {
  513. border-bottom:medium none;
  514. border-right:0px solid #151515;
  515. color:#c4beb5;
  516. text-transform: uppercase;
  517.  
  518. }
  519.  
  520. #lj_controlstrip_statustext {
  521. color:#aba295;
  522. font-weight: bold!important;
  523. font-family: courier new;
  524. text-transform: uppercase;
  525. }
  526.  
  527. #lj_controlstrip a {
  528. color:#aba295;
  529. font-family: courier new;
  530. text-transform: uppercase;
  531. text-transform: bold;
  532.  
  533. }
  534.  
  535. #lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
  536.  
  537. border-right:0 none;
  538.  
  539. }
  540.  
  541. #lj_controlstrip_login td {
  542.  
  543. border-bottom:0 none;
  544.  
  545. }
  546.  
  547. #lj_controlstrip td td {
  548.  
  549. border-bottom:0 none;
  550.  
  551. }
  552.  
  553. #lj_controlstrip_userpic {
  554.  
  555. background-image: none;
  556.  
  557. }
  558.  
  559. #lj_controlstrip_loggedout_userpic {
  560.  
  561. background-image: none;
  562.  
  563. }
  564.  
  565. #lj_controlstrip input {
  566. background: #fdfdfd none repeat scroll 0 0 !important;
  567. border:medium none;
  568. color:#c4beb5!important;
  569. text-weight: bold!important;
  570. font-family: courier new;
  571. text-transform: uppercase;
  572.  
  573. }
  574.  
  575. #lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
  576. background:#fdfdfd none repeat scroll 0 0 !important;
  577. border:medium none;
  578. color:#c4beb5!important;
  579. font-weight: bold!important;
  580. font-family: courier new;
  581. text-transform: uppercase;
  582.  
  583. }
  584.  
  585. #lj_controlstrip .ljuser a b {
  586. background: #fdfdfd none repeat scroll 0 0;
  587. letter-spacing:0;
  588. text-decoration:none !important;
  589.  
  590. }
  591.  
  592. tbody {
  593. background: #fefefa;
  594.  
  595. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement