Advertisement
breadvolution

Untitled

Jan 9th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. /*----------------------------------------------------------
  2. ( NOIZY )
  3. Credit vuvuzela.DW
  4. Base: Planet Caravan
  5.  
  6. Colors:
  7. black: #4e5245
  8. green: #cdea7e
  9. lime: #eef6c7
  10. orange: #ffd346
  11.  
  12. ----------------------------------------------------------*/
  13.  
  14.  
  15. body {
  16. background-color:#cdea7e;
  17. color:#4e5245;
  18. font-family:verdana;
  19. font-size:small;
  20. margin:0px;
  21. }
  22.  
  23. a {
  24. color:#4e5245;
  25. }
  26.  
  27. a:hover {
  28. text-decoration:none;
  29. }
  30.  
  31. @font-face {
  32. font-family: 'Advent Pro';
  33. font-style: normal;
  34. font-weight: 400;
  35. src: local('Advent Pro Regular'), local('AdventPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/adventpro/v1/rT9jpj7pBpZV6AmssbZKkxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  36. }
  37.  
  38.  
  39.  
  40. #lj_controlstrip {
  41. background: transparent;
  42. background-color:#4e5245;
  43. color: #fff!important;
  44. text-align: center;
  45. z-index: 99;
  46. }
  47.  
  48.  
  49. #lj_controlstrip_user a, #lj_controlstrip_actionlinks , #lj_controlstrip_actionlinks a, #lj_controlstrip_search, #lj_controlstrip_search a {
  50. font-family:Advent Pro!important;
  51. letter-spacing:1px;
  52. }
  53.  
  54.  
  55.  
  56. /*--- header --*/
  57. #header {
  58. background-color:#4e5245;
  59. color: #cdea7e;
  60. font-family:advent pro;
  61. text-align:center;
  62. margin:0px;
  63. }
  64.  
  65. h1#title {
  66. font-size:40px;
  67. letter-spacing:5px;
  68. margin:0px;
  69. padding:10px 0 0 0;
  70.  
  71. }
  72.  
  73. h2#pagetitle {
  74. display:none;
  75. }
  76.  
  77. h2#subtitle {
  78. display:none;
  79. }
  80.  
  81. #secondary {
  82.  
  83. }
  84.  
  85.  
  86. /*--- navigation ---*/
  87. .module-navlinks .module-header { display:none; }
  88.  
  89. .module-navlinks {
  90. padding:0px;
  91. margin:0 0 10px;
  92. }
  93.  
  94. .module-navlinks ul {
  95. margin:0;
  96. padding:0;
  97. }
  98.  
  99.  
  100. .module-navlinks a {
  101. color:#ffd346;
  102. text-decoration:none;
  103. }
  104.  
  105. .module-navlinks a:hover {
  106. color:#cdea7e;
  107. }
  108.  
  109. .module-navlinks ul.module-list li {
  110. display: inline;
  111. margin: 0px 5px 20px 0;
  112. list-style: none;
  113. padding: 4px 5px 5px 5px;
  114. }
  115.  
  116.  
  117. /*--- All modules ---*/
  118. .one-column #tertiary {
  119. display:none;
  120. }
  121.  
  122. .one-column #secondary {
  123. width: 100%;
  124. min-width:974px;
  125. }
  126. .one-column #secondary, .one-column #tertiary, .two-columns #tertiary {
  127. -moz-box-sizing: border-box;
  128. background-color: #4e5245;
  129. margin: 0;
  130. text-align: center;
  131. }
  132.  
  133. .one-column .module, .two-columns #tertiary .module {
  134. display: inline-block;
  135. float: none;
  136. text-align: left;
  137. vertical-align: top;
  138. }
  139.  
  140. .module-section-one {
  141. width:100%;
  142. }
  143.  
  144. .module-section-one h2.module-header {
  145. width:100%;
  146. height:23px;
  147. font-family:Advent Pro;
  148. border-top: 23px dashed #cdea7e;
  149. margin-top:-23px;
  150. padding-top:8px;
  151. }
  152.  
  153.  
  154. .module-section-one h2.module-header,
  155. .module-section-one h2.module-header a {
  156. text-decoration:none;
  157. letter-spacing:3px;
  158. }
  159.  
  160. .module-section-one .module {
  161. background-color:#cdea7e;
  162. width:200px;
  163. text-align:center;
  164. height:185px;
  165. margin:30px 15px 30px 15px;
  166. }
  167.  
  168. .module-section-one .module .module-content {
  169. margin:3px;
  170. }
  171.  
  172. #secondary {
  173. border-bottom:60px double #cdea7e; }
  174.  
  175.  
  176.  
  177. /*--- Module: Profile ---*/
  178. .module-userprofile .userpic img {
  179. border-radius:50%;
  180. border: 10px solid #ffd346;
  181. float:right;
  182. position:relative;
  183. top:-50px;
  184. right:0px;
  185. margin:-60px;
  186. }
  187.  
  188. .module-userprofile .journal-name {
  189. font-family:Advent Pro;
  190. font-size:36px;
  191. padding-bottom:20px;
  192. }
  193.  
  194. .module-userprofile ul.userlite-interaction-links.icon-links {
  195. margin-left: 0;
  196. padding-left: 0;
  197. }
  198.  
  199. .module-userprofile ul.userlite-interaction-links, ul.userlite-interaction-links li {
  200. display: inline;
  201. }
  202.  
  203.  
  204. /*--- Module: Calendar ---*/
  205. .module-calendar table {
  206. margin:-10px auto 0 auto;
  207. }
  208.  
  209.  
  210. /*--- Module: Links ---*/
  211.  
  212.  
  213. .module-typelist ul {
  214. list-style-type: none;
  215. padding: 0;
  216. }
  217.  
  218.  
  219. /*--- Module: Tags ---*/
  220. .module-tags_cloud ul {
  221. padding:0;
  222. }
  223.  
  224. .module-tags_cloud ul li {
  225. display:inline;
  226. line-height:13px;
  227. }
  228.  
  229. .module-tags_cloud ul li a {
  230. font-size:10px;
  231. }
  232.  
  233.  
  234. /*--- Module: Page summary ---*/
  235. .module-pagesummary .module-content{
  236. height:130px;
  237. overflow-y:scroll;
  238. }
  239.  
  240. .module-pagesummary ul {
  241. padding:0px;
  242. list-style-type: none;
  243. }
  244.  
  245. /*--- Module: Style Credit ---*/
  246. .module-credit ul {
  247. padding:0px;
  248. list-style-type:none;
  249. }
  250.  
  251. /*--- Topnav ---*/
  252. .topnav {
  253. width:100%;
  254. background-color:white;
  255. font-size:10px;
  256. text-align:center;
  257. border-top:50px solid #4e5245;
  258. margin-top:-30px;
  259. margin-bottom:20px;
  260. }
  261.  
  262. .topnav ul {
  263. padding:0;
  264. margin:0;
  265. }
  266.  
  267. .topnav ul li {
  268. display:inline;
  269. }
  270.  
  271. .topnav ul li a {
  272. font-size:10px;
  273. }
  274.  
  275. /*--- Entry userpic ---*/
  276. .entry .userpic {
  277. float: left;
  278. margin-left: -160px;
  279. }
  280.  
  281. .entry .userpic img {
  282. border: 20px solid white;
  283. margin-top: -2em;
  284. }
  285.  
  286.  
  287. /*--- Entries ---*/
  288. .entry {
  289. width:600px;
  290. background-color:#eef6c7;
  291. border-left:75px solid #4e5245;
  292. margin:0 auto;
  293. clear:both;
  294. }
  295.  
  296. .entry .header {
  297. background-color:#4e5245;
  298. color: #cdea7e;
  299. font-family:Advent Pro;
  300. text-align:center;
  301. letter-spacing:3px;
  302. margin:0 0 0 3px;
  303. }
  304.  
  305. .entry .header a {
  306. color: #cdea7e;
  307. text-decoration:none;
  308. }
  309.  
  310. .entry .header h3 {
  311. font-size:30px;
  312. margin:0px;
  313. }
  314.  
  315. .entry .entry-content {
  316. min-height:100px;
  317. margin:13px;
  318. }
  319.  
  320. .entry a {
  321. color:black;
  322. }
  323.  
  324. /*--- Tags / Entry interaction ---*/
  325. .entry .tag {
  326. font-size: 10px;
  327. margin:20px 0 10px -5px;
  328. padding-left: 40px;
  329. }
  330.  
  331. .tag ul {
  332. display: inline;
  333. margin-left:3px;
  334. padding-left: 0;
  335. }
  336.  
  337. .tag ul li {
  338. display: inline;
  339. }
  340.  
  341. ul.entry-management-links {
  342. background-color:#4e5245;
  343. font-size: 10px;
  344. margin: 0 0 0 3px;
  345. padding: 0.75em;
  346. text-align: left;
  347. text-transform: lowercase;
  348. }
  349.  
  350. ul.entry-management-links li {
  351. display:inline;
  352. }
  353.  
  354.  
  355. ul.entry-interaction-links li {
  356. display:inline;
  357. }
  358.  
  359. ul.entry-interaction-links {
  360. float: right;
  361. margin: -2.9em 0 0;
  362. padding: 0.75em;
  363. text-transform: lowercase;
  364. }
  365.  
  366. ul.entry-interaction-links a {
  367. color:#cdea7e;
  368. font-family:advent pro;
  369. font-size:18px;
  370. text-decoration:none;
  371. }
  372.  
  373. .entry-wrapper {
  374. margin-bottom: 5px;
  375. }
  376.  
  377.  
  378.  
  379. /*--- Footer ---*/
  380. .bottomnav {
  381. width:100%;
  382. background-color:white;
  383. font-size:10px;
  384. text-align:center;
  385. margin-top:30px;
  386. clear:both;
  387. }
  388.  
  389. .bottomnav ul {
  390. padding:0;
  391. margin:0;
  392. }
  393.  
  394. .bottomnav ul li {
  395. display:inline;
  396. }
  397.  
  398. .bottomnav ul li a {
  399. font-size:10px;
  400. }
  401.  
  402. #footer {
  403. background-color:#4e5245;
  404. text-align:center;
  405. padding:10px;
  406. }
  407.  
  408. #footer a {
  409. color:#cdea7e;
  410. font-size:20px;
  411. font-family:advent pro;
  412. text-decoration:none;
  413. letter-spacing: 5px;
  414. }
  415.  
  416.  
  417. /*--- Archive ---*/
  418.  
  419. div.month {
  420. width:600px;
  421. background-color:#eef6c7;
  422. border-left:75px solid #4e5245;
  423. margin:0 auto;
  424. }
  425. .month .header {
  426. background-color:#4e5245;
  427. color: #cdea7e;
  428. font-family:Advent Pro;
  429. text-align:center;
  430. letter-spacing:3px;
  431. margin:0 0 0 3px;
  432. }
  433.  
  434. .month .header a {
  435. color: #cdea7e;
  436. text-decoration:none;
  437. }
  438.  
  439. .month .header h3 {
  440. font-size:30px;
  441. margin:0px;
  442. }
  443.  
  444. .month caption {
  445. display:none;
  446. }
  447.  
  448. .month .contents {
  449. margin:13px;
  450. }
  451.  
  452. table.month {
  453. width:80%;
  454. margin:0 auto;
  455. }
  456.  
  457. table.month td {
  458. vertical-align:top;
  459. min-height:50px;
  460. width: 14%;
  461. }
  462.  
  463. table.month td.day {
  464. height:30px;
  465. line-height:12px;
  466. }
  467.  
  468. table.month td.day-has-entries {
  469. height:30px;
  470. background-color:#cdea7e;
  471. line-height:12px;
  472. }
  473.  
  474. table.month td.day p {
  475. width:100%;
  476. margin:0px;
  477. text-align:center;
  478. }
  479.  
  480. .month-wrapper {
  481. margin-bottom: 5px;
  482. }
  483.  
  484. .month .footer {
  485. background-color:#4e5245;
  486. font-size: 10px;
  487. margin: 0 0 0 3px;
  488. text-align:center;
  489. }
  490.  
  491. .month .footer a {
  492. color: #cdea7e;
  493. font-family:advent pro;
  494. font-size:12px;
  495. text-decoration:none;
  496. }
  497.  
  498. .day .day-date {
  499. text-align:center;
  500. }
  501.  
  502. .day .text_noentries {
  503. text-align:center;
  504. }
  505.  
  506. #archive-month .datetime {
  507. display:none;
  508. }
  509.  
  510. #archive-month .entry-title {
  511. margin:0;
  512. }
  513.  
  514.  
  515.  
  516. /*--- Tags ---*/
  517. .tags-container {
  518. width:600px;
  519. background-color:#eef6c7;
  520. border-left:75px solid #4e5245;
  521. margin:0 auto 50px auto;
  522. }
  523.  
  524. .tags-container .header {
  525. background-color:#4e5245;
  526. color: #cdea7e;
  527. font-family:Advent Pro;
  528. text-align:center;
  529. letter-spacing:3px;
  530. margin:0 0 0 3px;
  531. }
  532.  
  533. .tags-container .footer {
  534. background-color:#4e5245;
  535. font-size: 10px;
  536. margin: 0 0 0 3px;
  537. text-align:center;
  538. }
  539.  
  540. .tags-container .footer a {
  541. color: #cdea7e;
  542. font-family:advent pro;
  543. font-size:12px;
  544. text-decoration:none;
  545. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement