Advertisement
Guest User

Untitled

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