Guest User

Untitled

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