Advertisement
Rionell

Film Noir by fightingforbees @ fraisiers

Oct 27th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. /* Film Noir by fightingforbees @ fraisiers */
  2.  
  3. body {
  4. background: #eeeeee;
  5. text-align: center;
  6. color: #ffffff;
  7. font-family: verdana;
  8. letter-spacing: 1px;
  9. font-size: 9.5px;
  10. }
  11.  
  12. a, a:link, a:visited {
  13. color: #b0b0b0;
  14. text-decoration: none;
  15. }
  16.  
  17. a:hover {
  18. color: #999999;
  19. }
  20.  
  21. p, td, blockquote {
  22. font-family: verdana;
  23. font-size: 9.5px;
  24.  
  25. }
  26.  
  27. small, i, em, b, strong {
  28. font-color: #b0b0b0;
  29. font size: 9.5px;
  30.  
  31. }
  32.  
  33. code, kbd, pre, tt, textarea {
  34. font-family: verdana;
  35. font-size: 9.5px;
  36. border: 1px solid #e0dbc3;
  37. padding: 2px;
  38. width: 200px;
  39. height: 50px;
  40. }
  41.  
  42. ::-moz-selection {
  43. background: #f3f1e7;
  44.  
  45. }
  46.  
  47. #content {
  48. width: 530px;
  49. margin-left: 100px;
  50. margin-right: auto;
  51. padding: 30px;
  52. }
  53.  
  54. #maincontent {
  55.  
  56. width: 350px;
  57. font-family: verdana;
  58. font-size: 9.5px;
  59. background-color: #ffffff;
  60. color: #b0b0b0;
  61. margin: 10px 20px 10px 125px;
  62. text-align: left;
  63.  
  64. }
  65.  
  66. #sidebar {
  67. float: right;
  68. padding: 10px 0px 10px 0px;
  69. margin: 10px -200px 0px 0px;
  70. background-color: transparent;
  71. font-size: 9.5px;
  72. font-family: arial;
  73. color: #b0b0b0;
  74. width: 250px;
  75. text-align: justify;
  76. }
  77.  
  78. #footer {
  79. text-align: left;
  80. font-family: arial;
  81. font-size: 9.5px;
  82. font-weight: none;
  83. letter-spacing: 1px;
  84. color: #b0b0b0;
  85. padding: 9px 9px 9px 9px;
  86. margin: -35px 0px 0px 125px;
  87. background-color: transparent;
  88. width: 482px;
  89. clear: both;
  90. }
  91.  
  92. /* header -- links to views; title of journal; subtitle of journal */
  93.  
  94. div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
  95. color: #b0b0b0;
  96. }
  97.  
  98. div#header a:hover, div#footer a:hover {
  99. color: #cccccc;
  100. text-decoration: none;
  101. }
  102.  
  103. ul.navheader
  104. {
  105. padding: 0px;
  106. margin: 0px;
  107. }
  108.  
  109.  
  110. ul.navheader {
  111. color: #a1a1a1;
  112. text-align: right;
  113. font-size: 9px;
  114. font-family: arial;
  115. padding: 10px 10px 10px 10px;
  116. width: 330px;
  117. margin-bottom: -10px;
  118. margin-left: 125px;
  119. background: #616161;
  120. text-transform: lowercase;
  121. }
  122.  
  123. ul.navheader li {
  124. display: inline;
  125. padding: 0;
  126. margin: 0 5px 0 0;
  127. }
  128.  
  129. .title {
  130. display:none;
  131. }
  132.  
  133. .subtitle{
  134. display:none;
  135. }
  136.  
  137.  
  138. /* sidebar */
  139.  
  140. div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
  141. color: #b0b0b0;
  142. }
  143.  
  144. div#sidebar a:hover {
  145. color: #999999;
  146. text-decoration: none;
  147. }
  148.  
  149. .defaultuserpic {
  150. display: none;
  151. }
  152.  
  153. .sbarheader {
  154. padding: 0px 5px 0px 5px;
  155. }
  156.  
  157. .sbarbody {
  158. padding: 0px 5px 0px 5px;
  159. }
  160.  
  161. .sbarbody2 {
  162. padding: 0 15px 0 15px;
  163. }
  164.  
  165. #sidebar_summary li.sbaritem {
  166. display: none;
  167. }
  168.  
  169. table.calendar {
  170. display: none;
  171. }
  172.  
  173. .sbarcalendar {
  174. display: none;
  175. }
  176.  
  177. .sbarcalendarposts {
  178. display: none;
  179. }
  180.  
  181. ul.sbarlist
  182. {
  183. padding-left: 0px;
  184. margin-left: 0px;
  185. list-style: none;
  186. }
  187.  
  188. li.sbaritem, .tagcloud
  189. {
  190. padding-left: 15px;
  191. list-style: none;
  192. }
  193.  
  194. li.sbartitle
  195. {
  196. padding-left: 15px;
  197. list-style: none;
  198. background-color: #FAFAFA;
  199. margin-bottom: 10px;
  200. margin-top: 10px;
  201. }
  202.  
  203.  
  204. /* maincontent */
  205.  
  206. .entry {
  207. margin: 10px 10px 20px 10px;
  208. margin-left: auto;
  209. padding: 10px;
  210. background-color: #ffffff;
  211. color: #b0b0b0;
  212. font-family: arial;
  213. font-size: 9.5px;
  214. text-align: justify;
  215. }
  216.  
  217. .entry ul li
  218. {
  219. padding-left: 5px;
  220. margin-left: 15px;
  221. }
  222.  
  223. .entry ol li
  224. {
  225. padding-left: 5px;
  226. margin-left: 15px;
  227. }
  228.  
  229. .userpic {
  230. display: block;
  231. float: left;
  232. margin: 2px 2px -10px 2px;
  233. background: transparent;
  234. padding: 10px;
  235. color: #fffdeb;
  236. }
  237.  
  238. .userpic img, .userpicfriends img {
  239. border: 1px dashed #eeeeee;
  240. padding: 8px;
  241. background: transparent;
  242. width: 65px;
  243. height: 65px;
  244. }
  245.  
  246. .userpicfriends {
  247. display: block;
  248. float: left;
  249. margin: 2px 2px -10px 2px;
  250. background: transparent;
  251. padding: 10px;
  252. color: #fffdeb;
  253. }
  254.  
  255. .userpicfriends font {
  256. color: #fffdeb;
  257. font-family: arial;
  258. font-size: 9.5px;
  259. letter-spacing: 1px;
  260. }
  261.  
  262.  
  263. .date {
  264. display: none;
  265. }
  266.  
  267. .subject {
  268. padding: 10px;
  269. color: #b0b0b0;
  270. font-family: arial;
  271. text-transform: uppercase;
  272. font-size: 9.5px;
  273. }
  274.  
  275. .subject a, .subject a:link, .subject a:visited, .subject a:hover {
  276. color: #b0b0b0;
  277. text-decoration: none;
  278. }
  279.  
  280. .subject a:hover {
  281. color: #cccccc;
  282. }
  283.  
  284. .datesubject {
  285. display: none;
  286. background-color: #ffffff;
  287. }
  288.  
  289. .currents, .currentmood, .currentmusic {
  290. display: none;
  291.  
  292. }
  293.  
  294. .ljtags {
  295. display:none;
  296. }
  297.  
  298. .comments {
  299. font-family: arial;
  300. text-transform: uppercase;
  301. color: #ffffff;
  302. font-size: 9.5px;
  303. text-align: right;
  304. background-color: transparent;
  305. padding: 0px 5px 0px 5px;
  306. position: relative;
  307. top: 15px;
  308. }
  309.  
  310. div.comments a, div.comments a:link, div.comments a:visited{
  311. color: #c7c6bb;
  312. }
  313.  
  314. div.comments a:hover {
  315. color: #cccccc;
  316. }
  317.  
  318.  
  319. /* maincontent -- entry, reply pages */
  320.  
  321. .datesubjectcomment {
  322. background-color: #ffffff;
  323. padding: 5px;
  324. margin-top: 20px;
  325. }
  326.  
  327. .userpiccomment {
  328. position: relative;
  329. background-color: #ffffff;
  330. top: -30px;
  331. left: 0px;
  332. padding: 5px;
  333. margin: 10px 10px -20px 10px;
  334. z-index: 15;
  335. float: left;
  336. }
  337.  
  338. .box {
  339. padding: 10px;
  340. clear: left;
  341. }
  342.  
  343. input, textarea {
  344. background-color: #ffffff;
  345. color: #9c9c9c;
  346. }
  347.  
  348. textarea.textbox {
  349. width:90% !important;
  350. }
  351.  
  352. .reply {
  353. position: relative;
  354. margin: 20px 30px 10px 30px;
  355. padding: 25px 10px 10px 10px;
  356. margin-left: 130px;
  357. text-align: left;
  358. font-family: arial;
  359. font-size: 9.5px;
  360. line-height: 125%;
  361. background-color: #ffffff;
  362. color: #9c9c9c;
  363. }
  364.  
  365. .commentreply {
  366. position: relative;
  367. margin: 10px;
  368. font-size: 9.5px;
  369. font-family: arial;
  370. color: #9c9c9c;
  371. }
  372.  
  373. .commentbox {
  374.  
  375. border: 1px solid #d8d8bf;
  376. font-family: arial;
  377. padding: 1px;
  378. margin: 10px;
  379. background-color: #ffffff;
  380. }
  381.  
  382. .datesubjectcomment a:link, .datesubjectcomment a:visited {
  383. color: #b0b0b0;
  384. }
  385.  
  386. .datesubjectcomment a:hover {
  387. color: #dddddd;
  388. }
  389.  
  390. .commentboxpartial {
  391. padding: 10px;
  392. margin: 10px;
  393. background-color: #ffffff;
  394. }
  395.  
  396. .commentsubject {
  397. width: 50%;
  398. }
  399.  
  400. .commentinfo {
  401. background-color: #ffffff;
  402. margin-top: 10px;
  403. width: 50%;
  404. }
  405.  
  406.  
  407. /* maincontent -- year/achive pages */
  408.  
  409. h2 {
  410. display: none;
  411. }
  412.  
  413. ul.ljtaglist li {
  414. font-family: arial;
  415. font-size: 9.5px;
  416. background: #ffffff;
  417. color: #b0b0b0;
  418. text-transform: lowercase;
  419. margin: 0 auto;
  420. }
  421.  
  422. ul.ljtaglist {
  423. background: #ffffff;
  424. padding: 10px;
  425. list-style: none; }
  426.  
  427. ul.ljtaglist a {
  428. font-size: 9.5px;
  429. text-transform: lowercase; }
  430.  
  431. ul.year {
  432. text-align: center;
  433. padding-bottom: 40px;
  434. }
  435.  
  436. ul.year li {
  437. display: inline;
  438. }
  439.  
  440. table.yeartable {
  441. margin-left: auto;
  442. margin-right: auto;
  443. }
  444.  
  445. table.yeartable td.yeardate, table.yeartable td.yearday {
  446. border-width: 1px;
  447. border-style: solid;
  448. border-color: #ffffff;
  449. }
  450.  
  451. table.yeartable td.yearday {
  452. background-color: #e0dbc3;
  453. text-align: center;
  454. }
  455.  
  456. td.yearmonth {
  457. border-style: none;
  458. }
  459.  
  460.  
  461. /* footer */
  462.  
  463. ul.navfooter{
  464. padding: 0px;
  465. margin: 0px;
  466. }
  467.  
  468. ul.navfooter li {
  469. display: inline;
  470. margin: 0 5px 0 5px;
  471. }
  472.  
  473.  
  474. .clearfoot {
  475. clear: both;
  476. }
  477.  
  478.  
  479. /* misc */
  480.  
  481. .clearfoot {
  482. clear: both; }
  483.  
  484. .clear {
  485. height: 0px; }
  486.  
  487. .skiplinks {
  488. text-align: center;
  489. }
  490.  
  491. .headerimage {
  492. /* for formatting header image */
  493. }
  494.  
  495. .separator{
  496. background: #eeeeee;
  497. height: 10px;
  498.  
  499. }
  500.  
  501. * html div.subcontent {
  502. /* fixes an IE reply page bug */
  503. height: 1%;
  504. clear: none;
  505. }
  506.  
  507.  
  508. * html div.box#commentform {
  509. /* fixes an IE reply page bug */
  510. position: absolute;
  511. background-color: #FFFFFF;
  512. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement