Advertisement
Guest User

Untitled

a guest
Jun 21st, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. /*
  2. Original stylesheet by Nadia @ a r t p h i l i a @ lj.com
  3. Downloaded from: c s s b o x @ lj.com
  4. Style System: S2
  5. Theme: Flexible Squares
  6. Account: Free, Plus or Paid
  7. */
  8.  
  9. html, body {
  10. height: 100%;
  11. }
  12.  
  13. * {
  14. margin: 0;
  15. padding: 0;
  16. }
  17.  
  18. @font-face {
  19. font-family: 'Roboto Slab';
  20. font-style: normal;
  21. font-weight: 300;
  22. src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  23. }
  24.  
  25. @font-face {
  26. font-family: 'Roboto';
  27. font-style: normal;
  28. font-weight: 300;
  29. src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  30. }
  31.  
  32. body {
  33. background-color: #ffffff;
  34. background-image: url();
  35. background-repeat: repeat;
  36. text-align: center;
  37. margin: 10px 0;
  38. color: #848484;
  39. }
  40.  
  41. a:link, a:active, a:visited {
  42. color: #474747;
  43. font-weight: normal;
  44. text-decoration: none;
  45. -webkit-transition: 2s;
  46. -moz-transition: 2s;
  47. transition: 2s;
  48. }
  49.  
  50. a:hover {
  51. color: #848484;
  52. text-decoration: none;
  53. border-bottom: 1px dotted #dcdcdc;
  54. }
  55.  
  56. p, td, table {
  57. font-family; inherit;
  58. }
  59.  
  60. h1, h2, h3, h4, h5, h6 {
  61. font-family: 'Roboto Slab';
  62. color: #474747;
  63. }
  64.  
  65. blockquote {
  66. background-color: #fafafa;
  67. padding: 5px 15px;
  68. margin: 5px;
  69. border: 1px solid #efefef;
  70. }
  71.  
  72. code, kbd, pre, tt {
  73. font-family: monospace;
  74. }
  75.  
  76. img, img a {
  77. max-width: 500px;
  78. height: auto;
  79. border: 0;
  80. text-align: center;
  81. margin-right: auto;
  82. margin-left: auto;
  83. }
  84.  
  85.  
  86. /*---------------------------------------------------------------------
  87. General page alignment and width
  88. ------------------------------------------------------------------------*/
  89.  
  90. #content {
  91. width: 500px;
  92. margin: 0 auto;
  93. }
  94.  
  95. #maincontent {
  96. font-family: 'Roboto';
  97. font-size: 9pt;
  98. text-align: left;
  99. }
  100.  
  101. #sidebar {
  102. padding: 0;
  103. margin: 20px 0;
  104. text-align: justify;
  105. }
  106.  
  107. /*-----------------------------------------------------------------------------
  108. Header - you can add a header image with either #header or .headerimage
  109. --------------------------------------------------------------------------------*/
  110.  
  111. #header {
  112. padding: 0;
  113. margin: 0 auto;
  114. text-align: center;
  115. }
  116.  
  117. /* for formatting header image */
  118. .headerimage {
  119. background-image: url();
  120. background-repeat: no-repeat;
  121. height: 0;
  122. width: 0;
  123. }
  124.  
  125. /*look and color of links (also partly for footer)*/
  126. div#header a:link, div#header a:visited, div#footer a:link, div#footer a:visited {
  127. font-family: 'Roboto Slab';
  128. font-size: 10pt;
  129. color: #474747;
  130. text-align: center;
  131. }
  132.  
  133. div#header a:hover, div#footer a:hover {
  134. color: #848484;
  135. text-decoration: none;
  136. }
  137.  
  138. /*title and subtitle*/
  139. .title {
  140. font-family: 'Roboto Slab';
  141. font-size: 40pt;
  142. font-weight: 300;
  143. color: #474747;
  144. }
  145.  
  146. .subtitle{
  147. display: none;
  148. }
  149.  
  150. /*-----------------------------------------------------------------------------
  151. Header - top navigation
  152. --------------------------------------------------------------------------------*/
  153.  
  154. /* header -- links to views; title of journal; subtitle of journal */
  155.  
  156. ul.navheader {
  157. font-family: 'Roboto Slab';
  158. font-size: 10pt;
  159. padding: 0;
  160. margin: 0;
  161. }
  162.  
  163. ul.navheader li {
  164. display: inline;
  165. padding: 0 3px 0 3px;
  166. }
  167.  
  168. /*-----------------------------------------------------------------------------
  169. Entry stuff
  170. ------------------------------------------------------------------------*/
  171.  
  172. .subcontent {
  173. }
  174.  
  175. .entry {
  176. margin: 0;
  177. padding: 0;
  178. color: #848484;
  179. font-family: 'Roboto';
  180. font-size: 9pt;
  181. text-align: justify;
  182. }
  183.  
  184. .date {
  185. text-align: center;
  186. color: #848484;
  187. font-family: 'Roboto';
  188. font-size: 7pt;
  189. text-transform: uppercase;
  190. }
  191.  
  192. .subject {
  193. font-weight: 300;
  194. padding-left: 10px;
  195. text-align: center;
  196. font-family: 'Roboto Slab';
  197. color: #848484;
  198. font-size: 26pt;
  199. }
  200.  
  201. .subject a:link, .subject a:visited {
  202. color: #474747;
  203. }
  204.  
  205. .subject a:hover {
  206. color: #848484;
  207. }
  208.  
  209. .datesubject {
  210. padding: 5px;
  211. }
  212.  
  213. ul li {
  214. padding: 0;
  215. margin: 0 0 0 15px;
  216. list-style: none;
  217. }
  218.  
  219. ol li {
  220. padding: 0;
  221. margin: 0 0 0 15px;
  222. }
  223.  
  224. /*the look of the tags in entries*/
  225. .ljtags {
  226. font-size: 9pt;
  227. font-weight: 300;
  228. margin-top: 15px;
  229. padding: 4px 0;
  230. text-transform: uppercase;
  231. }
  232. .currenttags {
  233. width: 100%;
  234. }
  235.  
  236. /*---------------------------------------------------------------------
  237. Entry Stuff - Comments
  238. ------------------------------------------------------------------------*/
  239.  
  240. .comments {
  241. font-family: 'Roboto Slab';
  242. font-size: 9pt;
  243. text-align: center;
  244. border-bottom: 1px solid #e8e8e8;
  245. padding: 0 5px;
  246. position: relative;
  247. top: 15px;
  248. }
  249.  
  250. .comment-links, div.comments a:link, div.comments a:visited{
  251. color: #474747;
  252. text-decoration: none;
  253. }
  254.  
  255. div.comments a:hover {
  256. color: #848484;
  257. text-decoration: none;
  258. border-bottom: 1px dotted #dcdcdc;
  259. }
  260.  
  261.  
  262. /*---------------------------------------------------------------------
  263. Entry Stuff - Separator
  264. ------------------------------------------------------------------------*/
  265.  
  266. /* for formatting separators between entries */
  267. .separator {
  268. height: 35px;
  269. }
  270.  
  271. /*------------------------------------------------------------
  272. Sidebar
  273. -------------------------------------------------------------------------------*/
  274.  
  275. .defaultuserpic {
  276. text-align: center;
  277. }
  278.  
  279. .sbarheader {
  280. padding: 0;
  281. }
  282.  
  283. .sbarbody {
  284. text-align: center;
  285. padding: 0;
  286. }
  287.  
  288. .sbarbody2 {
  289. font-family: 'Roboto Slab';
  290. font-size: 8pt;
  291. text-align: center;
  292. padding: 0;
  293. }
  294.  
  295. div#sidebar a:link, div#sidebar a:visited {
  296. font-size: 8pt;
  297. text-transform: uppercase;
  298. color: #474747;
  299. text-decoration: none;
  300. }
  301.  
  302. div#sidebar a:hover {
  303. color: #848484;
  304. text-decoration: none;
  305. border-bottom: 1px dotted #dcdcdc;
  306. }
  307.  
  308. /*----------------------------------------------------
  309. Comments pages
  310. ----------------------------------------------------------------*/
  311.  
  312. .datesubjectcomment {
  313. border-bottom: 1px solid #efefef;
  314. text-align: justify;
  315. padding: 5px;
  316. margin-top: 20px;
  317. }
  318.  
  319. input, textarea, select, option {
  320. -webkit-border-radius: 4px;
  321. -moz-border-radius: 4px;
  322. border-radius: 4px;
  323. background-color: #fafafa;
  324. font-size: 10pt;
  325. font-family: inherit;
  326. border: 1px solid #efefef;
  327. margin-top: 1px;
  328. padding: 6px;
  329. }
  330.  
  331. textarea.textbox {
  332. width: 100% !important;
  333. }
  334.  
  335. .commentreply {
  336. position: relative;
  337. text-align: justify;
  338. margin: 10px;
  339. }
  340.  
  341. .commentbox {
  342. padding: 10px 0;
  343. font-family: 'Roboto';
  344. font-size: 10pt;
  345. font-weight: 300;
  346. margin: 5px !important;
  347. }
  348.  
  349. .skiplinks {
  350. color: #efefef;
  351. font-family: 'Roboto';
  352. font-size: 10pt;
  353. text-transform: uppercase;
  354. text-align: center;
  355. }
  356.  
  357. /*------------------------------------------------------------
  358. Userpic/Usericon customization
  359. -------------------------------------------------------------------------------*/
  360.  
  361. .userpic, .userpicfriends {
  362. text-align: center !important;
  363. font-size: 10pt !important;
  364. background-color: transparent !important;
  365. margin: 0 0 0 -130px;
  366. position: relative;
  367. float: left;
  368. padding: 5px;
  369. z-index: 15;
  370. }
  371.  
  372. .userpic img, .userpicfriends img {
  373. -webkit-border-radius: 60px;
  374. -moz-border-radius: 60px;
  375. -ms-border-radius: 60px;
  376. -o-border-radius: 60px;
  377. border-radius: 60px;
  378. padding: 5px;
  379. background-color: #fafafa;
  380. border: 1px solid #efefef;
  381. }
  382.  
  383. .userpiccomment {
  384. -webkit-border-radius: 60px;
  385. -moz-border-radius: 60px;
  386. -ms-border-radius: 60px;
  387. -o-border-radius: 60px;
  388. border-radius: 60px;
  389. position: relative;
  390. float: left;
  391. margin: 0 0 0 -130px;
  392. padding: 5px;
  393. background-color: #fafafa;
  394. border: 1px solid #efefef;
  395. z-index: 15;
  396. }
  397.  
  398. .userpicfriends a font, .userpicfriends a:active font, .userpicfriends a:visited font {
  399. color: #474747 !important;
  400. font-family: 'Roboto';
  401. font-size: 9pt !important;
  402. text-align: center !important;
  403. }
  404.  
  405. .userpicfriends a:hover font {
  406. color: #848484;
  407. text-decoration: none;
  408. text-align: center !important;
  409. }
  410.  
  411. /*------------------------------------------------------------
  412. Sidebar - link box contents and sidebar box titles
  413. -------------------------------------------------------------------------------*/
  414.  
  415. ul.sbarlist {
  416. padding: 0;
  417. margin: 10px 0;
  418. list-style: none;
  419. }
  420.  
  421. li.sbaritem {
  422. display: inline;
  423. padding-left: 15px;
  424. list-style: none;
  425. }
  426.  
  427. li.sbartitle {
  428. display: none;
  429. }
  430.  
  431. /*----------------------------------------------------
  432. footer
  433. ----------------------------------------------------------------*/
  434.  
  435. #footer {
  436. width: 100%;
  437. text-align: center;
  438. font-family: 'Roboto Slab';
  439. font-size: 10pt;
  440. color: #848484;
  441. z-index: 100;
  442. clear: both;
  443. }
  444.  
  445. ul.navfooter{
  446. padding: 0;
  447. margin: 0;
  448. }
  449.  
  450. ul.navfooter li {
  451. display: inline;
  452. margin: 0 5px;
  453. }
  454.  
  455. .clearfoot {
  456. clear: both;
  457. }
  458.  
  459. /*------------------------------------------------------------
  460. Sidebar - Calendar
  461. -------------------------------------------------------------------------------*/
  462.  
  463. table.calendar {
  464. margin-right: auto;
  465. margin-left: auto;
  466. }
  467.  
  468. .sbarcalendar {
  469. border: 1px solid #e8e8e8;
  470. text-align: center;
  471. font-family: 'Roboto';
  472. font-size: 9pt;
  473. }
  474.  
  475. .sbarcalendarposts {
  476. border: 1px solid #e8e8e8;
  477. background-color: #fafafa;
  478. text-align: center;
  479. font-family: 'Roboto';
  480. font-size: 9pt;
  481. }
  482.  
  483. /*----------------------------------------------------
  484. Archive Pages
  485. ----------------------------------------------------------------*/
  486.  
  487. ul.year {
  488. text-align: center;
  489. padding-bottom: 40px;
  490. }
  491.  
  492. ul.year li {
  493. display: inline;
  494. }
  495.  
  496. table.yeartable {
  497. font-family: 'Roboto';
  498. font-size: 9pt;
  499. color: #848484;
  500. text-align: center;
  501. margin-left: auto;
  502. margin-right: auto;
  503. }
  504.  
  505. table.yeartable td.yeardate, table.yeartable td.yearday {
  506. font-family: 'Roboto';
  507. font-size: 9pt;
  508. color: #848484;
  509. text-align: center;
  510. }
  511.  
  512. table.yeartable td.yearday {
  513. font-family: 'Roboto';
  514. font-size: 9pt;
  515. color: #848484;
  516. text-align: center;
  517. }
  518.  
  519. td.yearmonth {
  520. border-style: none;
  521. }
  522.  
  523. /*--------------------------------------------
  524. Misc
  525. -----------------------------------------*/
  526.  
  527. .clear {
  528. height: 15px;
  529. }
  530.  
  531.  
  532. /* USER, COMMUNITY, PROTECTED ICONS */
  533.  
  534. /* --- User icons --- */
  535. .ljuser img[src*="userinfo.gif"] {
  536. width: 0 !important;
  537. height: 0 !important;
  538. background-color: transparent !important;
  539. background-image: url(http://i248.photobucket.com/albums/gg197/artphilia/livejournal/cup.png);
  540. padding: 0 0 16px 17px !important;
  541. background-repeat: no-repeat;
  542. background-position: left center;
  543. }
  544.  
  545. /* --- Community icons --- */
  546. .ljuser img[src*="community.gif"] {
  547. width: 0 !important;
  548. height: 0 !important;
  549. background-color: transparent !important;
  550. background-image: url(http://i248.photobucket.com/albums/gg197/artphilia/livejournal/cake.png);
  551. padding: 0 0 18px 18px !important;
  552. background-repeat: no-repeat;
  553. background-position: left center;
  554. }
  555.  
  556. /* --- Lock icons --- */
  557. .subject img[src*="icon_protected.gif"], .summaryList img[src*="icon_protected.gif"] {
  558. width: 0 !important;
  559. height: 0 !important;
  560. background-image: url(http://i248.photobucket.com/albums/gg197/artphilia/livejournal/tinyicons/key.png);
  561. padding: 6px 8px 10px 10px !important;
  562. background-repeat: no-repeat;
  563. position: left middle;
  564. }
  565.  
  566. /* --- Sticky icons --- */
  567. .subject img[src*="icon_sticky.png"], .summaryList img[src*="icon_sticky.png"] {
  568. width: 0 !important;
  569. height: 0 !important;
  570. background-image: url(http://i248.photobucket.com/albums/gg197/artphilia/livejournal/pin_zps4880d822.png);
  571. padding: 2px 11px 12px 4px !important;
  572. background-repeat: no-repeat;
  573. position: left middle;
  574. z-index: 15;
  575. }
  576.  
  577. /*---------------------------------------------------------------------
  578. Entry Stuff - Current Mood, Music and Location
  579. ------------------------------------------------------------------------*/
  580. .currents strong {
  581. color: #848484;
  582. font-weight: 300;
  583. }
  584.  
  585. .currents, .currentmusic, .currentmood, .currentlocation {
  586. padding: 0 2px;
  587. font-size: 9pt;
  588. display: block;
  589. }
  590.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement