Advertisement
Guest User

CAMPUS.DW.ORG #02

a guest
Aug 20th, 2012
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.14 KB | None | 0 0
  1. /* CREDIT - CAMPUS.DREAMWIDTH.ORG */
  2.  
  3. body {
  4. margin-top: 20px;
  5. font-color: #8b8b8b;
  6. background-color:#f9f9f9;
  7. background-image: url("http://i.imgur.com/iySU2.png");
  8. background-position: absolute;
  9. background-repeat: repeat;
  10. background-attachment: fixed;
  11. text-align: justify;
  12. margin-bottom: -30px; }
  13.  
  14. @font-face {
  15. font-family: 'Droid Serif';
  16. font-style: normal;
  17. font-weight: normal;
  18. src: local('Droid Serif'), local('DroidSerif'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v3/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff') format('woff'); }
  19.  
  20. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  21.  
  22. ::-moz-selection, ::selection {
  23. background: #a9a9a9;
  24. color: #fff; }
  25.  
  26. .title, .subtitle {
  27. display: none; }
  28.  
  29. blockquote {
  30. color: #c9cfcf;
  31. font-size: 13px;
  32. padding: 5px;
  33. background-image: url("http://i.imgur.com/A51uR.png");
  34. -moz-border-radius: 35px 35px 35px 35px;
  35. -webkit-border-radius: 35px 35px 35px 35px;
  36. border-radius: 35px 35px 35px 35px; }
  37.  
  38. #content{
  39. width:800px;
  40. font-size:10px;
  41. margin-right: auto;
  42. margin-left: auto;
  43. min-height:230px;
  44. padding:0;
  45. background-color: white;
  46. -moz-border-radius: 10px 10px 10px 10px;
  47. -webkit-border-radius: 10px 10px 10px 10px;
  48. border-radius: 10px 10px 10px 10px; }
  49.  
  50. .subcontent {
  51. background-color:transparent;
  52. margin:0 0 0 0;
  53. padding-bottom:15px;
  54. width:500px;
  55. z-index:9; }
  56.  
  57. #maincontent {
  58. font-family:tahoma,sans-serif;
  59. font-size:11px;
  60. margin-right: auto;
  61. margin-left: auto;
  62. padding:0;
  63. text-align:left;
  64. background:transparent;
  65. margin: 75px 0px 0px 270px;
  66. min-height: 350px; }
  67.  
  68. .clear {
  69. height: 10px; }
  70.  
  71.  
  72. .entry {
  73. background-color: #fff;
  74. padding:5px;
  75. text-align:left;
  76. -moz-border-radius:10px 10px 10px 10px;
  77. -webkit-border-radius: 10px;
  78. -kthml-border-radius: 10px; }
  79.  
  80. .entry_text {
  81. font-family: droid serif;
  82. font-size:12px;
  83. line-height:14px;
  84. min-height: 100px;
  85. padding: 20px;
  86. color:#adbdbc; }
  87.  
  88. .entry img {
  89. max-width: 400px;
  90. overflow: hidden; }
  91.  
  92. .datesubject {
  93. padding:3px;
  94. position:relative;
  95. text-align: left!important; }
  96.  
  97. .subject, .subject a, .subject a:hover, .subject a:link:hover, .subject a:link, .subject a:visited, code, .datesubjectcomment a:link, .datesubjectcomment a:visited {
  98. border:0 none !important;
  99. color:#dce4e4 !important;
  100. font-family: silkscreen!important;
  101. font-size:20px !important;
  102. font-weight:bold !important;
  103. line-height:18px;
  104. margin-top: -18px;
  105. position:relative;
  106. text-transform:uppercase;
  107. text-shadow:
  108. 4px -3px 0 #fff; }
  109.  
  110. .date {
  111. display: none; }
  112.  
  113. .entry ul li {
  114. padding-left: 5px;
  115. margin-left: 15px; }
  116.  
  117. .entry ol li {
  118. padding-left: 5px;
  119. margin-left: 15px; }
  120.  
  121. .ljtags {
  122. background:url("http://i50.tinypic.com/2m77nzs.jpg") no-repeat scroll 0 50% transparent;
  123. color:#888888;
  124. font-size:7pt;
  125. font-weight:bold;
  126. margin-bottom:-15px;
  127. margin-top:17px;
  128. padding:4px 0 4px 18px;
  129. position:relative;
  130. text-align:justify;
  131. font-family: courier new;
  132. text-transform: lowercase;
  133. width:425px; }
  134.  
  135. .currents {
  136. font-size: 10px;
  137. margin-left: 20px;
  138. font-family: droid serif;
  139. color: #939393; }
  140.  
  141. .currentmood {
  142. background-image: url(http://i38.tinypic.com/2dbs56o.jpg); }
  143.  
  144. .currentgroups {
  145. background-image: url(http://i36.tinypic.com/rl9e8h.jpg); }
  146.  
  147. .currentmusic {
  148. background-image: url(http://i36.tinypic.com/15d9vmu.jpg); }
  149.  
  150. .currents strong, .currentlocation strong, .currentmood strong, .currentgroups strong, .currentmusic strong {
  151. display:none; }
  152.  
  153. .currentlocation, .ljtags, .currentmood, .currentgroups, .currentmusic {padding: 2px 0 2px 14px; background: transparent none no-repeat scroll 0 50%; }
  154.  
  155. .ljtags {
  156. background-image: url(http://i36.tinypic.com/2wgeurm.jpg);
  157. margin-top: 20px;
  158. margin-bottom: -20px;
  159. text-transform: lowercase; }
  160.  
  161. .ljtags a, .ljtags a:link, .ljtags a:hover, .ljtags a:visited {
  162. color: #747474;
  163. font-family: courier new; }
  164.  
  165. ul.ljtaglist {
  166. background-image:url("");
  167. width: 500px;
  168. padding:5px;
  169. list-style:none;
  170. font-family: droid serif;
  171. text-transform: lowercase;
  172. line-height: 12px; }
  173.  
  174. img a {
  175. border:0!important; }
  176.  
  177. a, a:link, a:visited {
  178. color:#8D8D8D;
  179. font-family: courier new;
  180. text-transform:uppercase;
  181. font-size: 11px;
  182. padding:0 0 1px;
  183. text-decoration:none; }
  184.  
  185. a:hover {
  186. color:#6C6C6C;
  187. font-size: 11px;
  188. font-family: courier new;
  189. text-transform:uppercase;
  190. padding:0 0 1px;
  191. text-decoration:none;
  192. filter:alpha(opacity=100); opacity:1; zoom:1; }
  193.  
  194. #sidebar {
  195. -moz-border-radius:10px 10px 10px 10px;
  196. -webkit-border-radius: 10px;
  197. -kthml-border-radius: 10px;
  198. text-align:justify;
  199. z-index: 1;
  200. background-color: #f9f9f9;
  201. font-family: Droid Serif;
  202. font-size:11px;
  203. font-weight:normal;
  204. padding-top: 5px;
  205. margin-top: 20px;
  206. margin-right: -100px;
  207. line-height: 11px;
  208. width:250px;
  209. float:left;
  210. background-image: url("http://i.imgur.com/A51uR.png");
  211. background-position: absolute;
  212. background-repeat: repeat;
  213. background-attachment: fixed; }
  214.  
  215. .sbarbody2 {
  216. padding:20px;
  217. color: #adbdbc; }
  218.  
  219. .sbarbody {
  220. padding:4px;
  221. text-align: center; }
  222.  
  223. div#sidebar a:hover {
  224. font-style: none;
  225. font-weight: normal;
  226. color: #1e008c;
  227. background-color: #fffa65;
  228. -moz-border-radius: 5px 0px 5px 0px;
  229. -webkit-border-radius: 5px 0px 5px 0px;
  230. border-radius: 5px 0px 5px 0px;
  231.  
  232. text-decoration: none;
  233. -webkit-transition: all 0.9s ease;
  234. -moz-transition: all 0.9s ease;
  235. -o-transition: all 0.9s ease; }
  236.  
  237. div#sidebar a, div#sidebar a:link, div#sidebar a:visited {
  238. display: block;
  239. color: #939393;
  240. z-index: 100; }
  241.  
  242. ul.sbarlist {
  243. padding: 10px;
  244. margin-left: 0;
  245. margin-top: -20px;
  246. list-style: none; }
  247.  
  248. li.sbaritem{
  249. display:block;
  250. border-bottom:#f1f1f1 2px solid;
  251. padding:5px;
  252. background-color:#fff;
  253. list-style: none;
  254. float: center; }
  255.  
  256. li.sbaritem a:hover {
  257. color:#777777; }
  258.  
  259. #sidebar_linklist li.sbartitle {
  260. display:none; }
  261.  
  262. li.sbartitle {
  263. display: none; }
  264.  
  265. #sidebar_tags li.sbartitle { display:none; }
  266. #sidebar_calendar, #sidebar_tags { display:none; }
  267.  
  268. #sidebar_summary, #sidebar_calendar, #sidebar_tags, h2 { display:none!important; }
  269.  
  270. .comments {
  271. border-top:2px dashed #f1f1f1;
  272. margin:0 auto;
  273. padding:10px;
  274. position:relative;
  275. text-align:center;
  276. width:90%;
  277. font-family: silkscreen!important; }
  278.  
  279. div.comments a, div.comments a:link, div.comments a:visited {
  280. color:#c9c9c9;
  281. font-size:16px !important;
  282. letter-spacing:-1px;
  283. padding:4px;
  284. font-family: silkscreen!important; }
  285.  
  286. div.comments a:hover {
  287. background-color:transparent!important;
  288. color:#70b8c7;
  289. font-size:16px !important;
  290. letter-spacing:-1px;
  291. padding:4px;
  292. opacity: 1;
  293. filter:alpha(opacity=100);
  294. -moz-opacity: 1;
  295. -khtml-opacity: 1;
  296. font-family: silkscreen!important;
  297. -webkit-transition: all 0.9s ease;
  298. -moz-transition: all 0.9s ease;
  299. -o-transition: all 0.9s ease; }
  300.  
  301. ul.navheader {
  302. display: none; }
  303.  
  304. .navheader li.view {
  305. color: #999; }
  306.  
  307. div#header a, div#header a:link, div#header a:visited {
  308. color:#f9f9f9;
  309. font-family: arial;
  310. font-size:20px;
  311. font-weight: bold;
  312. padding:0;
  313. text-transform:uppercase; }
  314.  
  315. div#header a:hover {
  316. color:#f9f9f9;
  317. font-family: arial;
  318. font-size:20px;
  319. font-weight: bold;
  320. padding:0;
  321. text-transform:uppercase; }
  322.  
  323. div#header li.view {
  324. background-color:transparent;
  325. color:#fff;
  326. font-family: arial;
  327. font-size:20px;
  328. font-weight: bold;
  329. padding:5px;
  330. text-transform:uppercase; }
  331.  
  332. #footer {
  333. position:fixed;
  334. margin-right: -100px;
  335. text-transform:lowercase;
  336. bottom:0;
  337. width:auto;
  338. z-index:100;
  339. padding-left:15px;
  340. text-align: center; }
  341.  
  342. ul.navfooter{
  343. padding: 0px;
  344. margin: 0px; }
  345.  
  346. ul.navfooter li {
  347. list-style: none;
  348. margin: 0 5px 0 5px;
  349. display: inline; }
  350.  
  351. div#footer a, div#footer a:link, div#footer a:visited {
  352. color:#7a7a7a;
  353. font-family: arial black, arial;
  354. font-size:30px;
  355. font-style:normal;
  356. font-weight:bold !important;
  357. letter-spacing: -2px;
  358. padding:1px; }
  359.  
  360. div#footer a:hover {
  361. color:#EEE;
  362. font-family: arial black;
  363. font-size:30px;
  364. font-style:normal;
  365. font-weight:bold !important;
  366. padding:1px;
  367. background-color:transparent!important;
  368. letter-spacing: -2px; }
  369.  
  370. ul.navfooter li + li a {
  371. color:#BBBBBB!important; }
  372.  
  373. ul.navfooter li + li a:hover {
  374. color:#999999!important;
  375. background-color:transparent!important; }
  376.  
  377. #footer .viewing {
  378. display: none; }
  379.  
  380. span.ljuser a {
  381. color:#888888;
  382. font-weight:lighter !important;
  383. text-transform:uppercase; }
  384.  
  385. span.ljuser a:hover { color:#333333; }
  386.  
  387. .userpic, .userpicfriends {
  388. float: right;
  389. margin-right: 10px;
  390. margin-top: 20px;
  391. padding-bottom: 20px;
  392. background: transparent!important; }
  393.  
  394. .userpicfriends font, .userpic font {
  395. text-transform: uppercase;
  396. color: #e3baa8;
  397. background: transparent!important;
  398. text-align: center; }
  399.  
  400. .userpicfriends img, .userpic img {
  401. background: transparent!important;
  402. -moz-border-radius: 100px;
  403. -webkit-border-radius: 100px;
  404. -kthml-border-radius: 100px; }
  405.  
  406. .userpicfriends a font {
  407. font-family: arial;
  408. background: transparent !important;
  409. color: #808080;
  410. font-size: 9px;
  411. line-height: 10px;
  412. text-transform: uppercase; }
  413.  
  414. .defaultuserpic {
  415. display: none; }
  416.  
  417. ul.year { color:#888888; font-size:12px; font-family: courier new, sans-serif; text-align: center; padding: 20px; margin: 0 auto; }
  418.  
  419. ul.year li { display: inline; }
  420.  
  421. table.yeartable {
  422. font-family: courier new, sans-serif; background-color: #FFFFFF; padding: 5px; width: 500px; margin: 0 0 0 0; }
  423.  
  424. table.yeartable td.yeardate, table.yeartable td.yearday {
  425. border:1px solid #CCCCCC; color:#888888; }
  426.  
  427. table.yeartable td.yearday {
  428. background-color: #eeeeee; text-align: center; color:#AAAAAA;}
  429.  
  430. td.yearmonth { border-style: none;}
  431.  
  432. img[src*="icon_protected.gif"], img[src*="icon_private.gif"], img[src*="icon_groups.gif"], .ljuser img[src*="syndicated.gif"], .ljuser img[src*="newsinfo.gif"], .ljuser img[src*="partnercomm.gif"], .ljuser img[src*="sponcomm.gif"], img[src*="userinfo.gif"], img[src*="talk/none.gif"], img[src*="help.gif"] {height: 0px; width: 0px;background: transparent none no-repeat scroll 0 0; }
  433.  
  434. .subject img {vertical-align: middle !important;}
  435. img[src*="icon_protected.gif"]{ background-image:url(http://img20.imageshack.us/img20/1182/183o.png);
  436. padding:0 0 11px 12px !important;}
  437. img[src*="icon_private.gif"]{ background-image:url(http://img20.imageshack.us/img20/1182/183o.png); padding:0 0 11px 12px !important;}
  438. img[src*="icon_groups.gif"]{ background-image:url(http://img20.imageshack.us/img20/1182/183o.png); padding:0 0 11px 12px !important; }
  439.  
  440. .ljuser img { width: 0; height: 0; background: transparent url(http://i.imgur.com/3iuZI.gif) no-repeat 0 0; padding: 7px 15px 0 0px !important; vertical-align: baseline !important;}
  441. .ljuser img[src*="userinfo.gif"] { background: transparent url(http://i.imgur.com/3iuZI.gif) no-repeat center left !important; padding: 7px 15px 0 0px !important; }
  442. .ljuser img[src*="community.gif"] { background:transparent url(http://i.imgur.com/3iuZI.gif) no-repeat scroll 0 0 !important;
  443. padding: 7px 15px 0 0 !important; }
  444.  
  445. #lj_controlstrip {
  446. background:url('') repeat scroll 0 0 #fff;
  447. color:#bbb;
  448. font-weight:normal;
  449. text-transform: lowercase;
  450. }
  451.  
  452. #lj_controlstrip_statustext {
  453. color:#bbb;
  454. font-weight:normal;
  455. font-size:11px;
  456. }
  457. #lj_controlstrip a {
  458. color:#bbb;
  459. text-decoration: none!important;
  460. }
  461.  
  462. #lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
  463. border:0px;
  464. }
  465.  
  466. #lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
  467. background:none repeat scroll 0 0 #f9f9f9!important;font-family: helevtica;
  468. border:0 none;
  469. color:#bbb; }
  470.  
  471. #lj_controlstrip input {
  472. font-size:10px;
  473. padding:2px 1px 1px 1px; }
  474.  
  475. #lj_controlstrip_search_submit {
  476. margin-left:3px!important; }
  477.  
  478. #lj_controlstrip_actionlinks {
  479. border:0px!important;
  480. font-size:10px!important; }
  481.  
  482. #lj_controlstrip .ljuser a b {
  483. font-weight:normal;
  484. color:#bbb;
  485. }
  486.  
  487. ::-webkit-scrollbar {
  488. width:7px; height:7px; }
  489. ::-webkit-scrollbar-track {
  490. background: #fff; }
  491. ::-webkit-scrollbar-thumb {
  492. background: #adc2c2; }
  493. ::-webkit-scrollbar:double-button {
  494. background: #adc2c2; }
  495. ::-webkit-scrollbar-track-piece{
  496. background: #fff;}
  497. ::-webkit-scrollbar-thumb:vertical{
  498. background: #adc2c2; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement