Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.04 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4.  
  5. @-moz-document domain('dreamwidth.org'), url-prefix('dreamwidth.org') {
  6.  
  7. /** Tropospherical Blue CSS
  8. *
  9. * Original Authors:
  10. * Janine Smith <janine@netrophic.com>
  11. * Jesse Proulx <jproulx@jproulx.net>
  12. * Elizabeth Lubowitz <grrliz@gmail.com>
  13. * Denise Paolucci <denise@dreamwidth.org>
  14. *
  15. * Blue Version by dw-user emiri <athousandsmiles@gmail.com>
  16. * FAQ for using & abusing this script can be found here:
  17. * http://emiri.dreamwidth.org/8232.html
  18. */
  19.  
  20. /**
  21. * Dreamwidth Site Scheme
  22. *
  23. * Standard layout for Dreamwidth
  24. *
  25. * Mockups designed by grrliz, hence grrliz.css
  26. *
  27. * @project Dreamwidth Site Design
  28. * @author Jesse Proulx
  29. * @date 2009-01-07
  30. * @version Alpha
  31. * @revision $Revision$
  32. * @copyright Copyright (c) 2009 by Dreamwidth Studios, LLC
  33. *
  34. */
  35.  
  36. /**
  37. * General Body Edits
  38. */
  39.  
  40. body.tropo #canvas {
  41. color: #000000 !important;
  42. width: 100% !important;
  43. margin: auto !important;
  44. padding: 2px 0 0 0 !important;
  45. border-color: #7fa8d0 !important;
  46. }
  47.  
  48. body.tropo #canvas #content {
  49. margin-top: 2.75em !important;
  50. padding: 0 20px !important;
  51. }
  52.  
  53. body.tropo #page {
  54. text-align: justify !important;
  55. max-width: 100% !important;
  56. }
  57.  
  58. body.tropo #Comments .talk-comment,
  59. body.tropo #canvas #page_inbox .InboxItem_Content {
  60. max-width: 100% !important;
  61. }
  62.  
  63. body.tropo #canvas #entry {
  64. max-width: 95% !important;
  65. }
  66.  
  67. body.tropo #page #account-links #account-links-text {
  68. color: #114577 !important;
  69. font-size: 8pt !important;
  70. }
  71.  
  72. body.tropo #page #account-links-userpic {
  73. font-size: 8pt !important;
  74. }
  75.  
  76. /* Image replacement codes */
  77.  
  78. img[src*="http://www.dreamwidth.org/img/tropo-red/dw_logo_purple.png"] {
  79. width: 0px !important;
  80. height: 51px !important;
  81. padding-left: 241px !important;
  82. background-image: url("http://i.imgur.com/Pc2X6.png") !important;
  83. background-repeat: no-repeat !important;
  84. }
  85.  
  86. img[src*="http://www.dreamwidth.org/img/tropo-red/dw_logo.png"] {
  87. width: 0px !important;
  88. height: 51px !important;
  89. padding-left: 241px !important;
  90. background-image: url("http://i.imgur.com/rQTcO.png") !important;
  91. background-repeat: no-repeat !important;
  92. }
  93.  
  94.  
  95. /**
  96. * Links and a pseudo link class
  97. */
  98.  
  99.  
  100. body.tropo a:link,
  101. .link {
  102. color: #1745ad !important;
  103. }
  104.  
  105. body.tropo a:visited,
  106. .link {
  107. color: #4f269a !important;
  108. }
  109.  
  110. body.tropo a:hover,
  111. body.tropo a:active,
  112. body.tropo .link:hover {
  113. color: #1745ad !important;
  114. text-decoration: none !important;
  115. }
  116.  
  117. body.tropo #page {
  118. font-size: 9pt !important;
  119. }
  120.  
  121. /**
  122. * Menu navigation
  123. */
  124.  
  125. body.tropo #canvas nav {
  126. background: #cbe4fd !important;
  127. font-weight: bold !important;
  128. font-size: 8pt !important;
  129. }
  130. body.tropo #canvas nav ul li a {
  131. background: transparent url(/img/tropo-red/icon_menu_swirl_dropdown.png) 0.833333em 0.916667em no-repeat;
  132. color: #114577 !important;
  133. font-weight: bold !important;
  134. }
  135.  
  136. /* .hover is a class added by js for the currently hovered/focused menu */
  137. body.tropo #canvas nav ul li.hover a {
  138. background-color: #cbe4fd !important;
  139. color: #114577 !important;
  140. font-weight: bold !important;
  141. }
  142. body.tropo #canvas nav ul li.hover a:hover {
  143. background-color: #114577 !important;
  144. color: #fff !important;
  145. font-weight: bold !important;
  146. }
  147. body.tropo #canvas nav ul li.hover ul {
  148. background-color: #cbe4fd !important;
  149. font-weight: bold !important;
  150. }
  151.  
  152. /**
  153. * Footer
  154. */
  155.  
  156. body.tropo #canvas #page footer {
  157. padding: 1.5em 0 0 0 !important;
  158. text-align: center !important;
  159. }
  160.  
  161. body.tropo #canvas #page footer ul {
  162. max-width: 903px !important;
  163. text-align: center !important;
  164. margin: 0 auto !important;
  165. padding: 0 !important;
  166. }
  167.  
  168. body.tropo #canvas #page footer ul li:last-child {
  169. margin: 0 !important;
  170. }
  171.  
  172. /**
  173. * #content houses the page-specific innards, and creates margins for the absolutely
  174. * positioned masthead and footer
  175. */
  176.  
  177. body.tropo #masthead #logo {
  178. margin-left: 20px !important;
  179. }
  180.  
  181. body.tropo #content h1 {
  182. color: #114577 !important;
  183. }
  184. body.tropo #content h2 {
  185. color: #114577 !important;
  186. }
  187.  
  188. /**
  189. * Content Layouts
  190. *
  191. * Content layouts are determined based on the class assigned to #content. Potential layouts include:
  192. * -- wide sidebars
  193. * -- thin sidebars
  194. * -- equal width/height columns
  195. * -- full page (default)
  196. *
  197. * Columns/rows inside of #content are named primary, secondary, tertiary, etc and
  198. * content is placed inside based on order of importance.
  199. */
  200.  
  201. /**
  202. * Panels are generic boxes for divs inside of #content
  203. */
  204.  
  205. body.tropo #canvas #content #primary .panel,
  206. body.tropo #canvas #content #secondary .panel {
  207. border-color: #ccc !important;
  208. }
  209. body.tropo #canvas #content .panel .sidebar,
  210. body.tropo #canvas #content .panel .contents,
  211. body.tropo #canvas #content .panel .item,
  212. body.tropo #canvas #content .panel .actions {
  213. border-color: #ccc !important;
  214. }
  215. body.tropo #canvas #content #primary .panel h2 {
  216. color: #7fa8d0 !important;
  217. border-bottom: 1px solid #ccc !important;
  218. }
  219. body.tropo #canvas #content #secondary .panel h2 {
  220. color: #7fa8d0 !important;
  221. border-bottom: 1px solid #ccc !important;
  222. }
  223.  
  224. /**
  225. * Panels have different styles for different content layouts
  226. */
  227.  
  228. body.tropo #canvas .layout-wide-right-sidebar #primary .panel .contents {
  229. border-left: 1px solid #ccc !important;
  230. }
  231.  
  232. /**
  233. * Scheme-specific blocks
  234. */
  235.  
  236. body.tropo #shim-alpha {
  237. background: #fff;
  238. height: 84px !important;
  239. border-bottom: 0.5em solid #114577 !important;
  240. }
  241.  
  242. /* generic classes */
  243. body.tropo .disabled {
  244. color: #999 !important;
  245. background-color: #ddd !important;
  246. border-color: #ccc !important;
  247. }
  248. body.tropo #canvas .read, body.tropo #canvas .inactive {
  249. color: #888;
  250. }
  251. body.tropo #canvas .read:hover {
  252. color: #000;
  253. }
  254. body.tropo #canvas .read a, body.tropo #canvas .inactive a {
  255. color: #999 !important;
  256. }
  257. body.tropo #canvas .read:hover a {
  258. color: inherit !important;
  259. }
  260.  
  261. body.tropo #canvas .detail {
  262. color: #555 !important;
  263. }
  264. body.tropo #canvas .status-hint {
  265. color: #ccc !important;
  266. }
  267.  
  268. body.tropo #canvas .tablist .tab a {
  269. color: #114577 !important;
  270. border-color: #c7e0f6 !important;
  271. }
  272. body.tropo #canvas .tablist .tab a:hover, body.tropo #canvas .tablist .tab a.active {
  273. background: #c7e0f6 !important;
  274. }
  275. body.tropo #canvas .tab-header {
  276. background: #c7e0f6 !important;
  277. border-color: #c7e0f6 !important;
  278. }
  279. body.tropo #canvas .tab-container {
  280. background-color:#fff! important;
  281. border-top: none;
  282. }
  283.  
  284. body.tropo #canvas .action-bar {
  285. text-align: center;
  286. background-color: #c7e0f6 !important;
  287. }
  288. body.tropo #canvas .action-box .inner {
  289. background-color: #c5dff9 !important;
  290. color: #114577 !important;
  291. border: 1px solid #8fc3f7 !important;
  292. }
  293.  
  294. body.tropo #canvas .select-list input, body.tropo #canvas input.submit {
  295. color: #000 !important;
  296. background: #c5dff9 !important;
  297. border-bottom: 2px solid #c7e0f6 !important;
  298. border-right: 2px solid #c7e0f6 !important;
  299. }
  300. body.tropo #canvas .select-list input:active, body.tropo #canvas input.submit:active {
  301. color: #eee !important;
  302. background: #aaccee !important;
  303. border-top: 2px solid #c7e0f6 !important;
  304. border-left: 2px solid #c7e0f6 !important;
  305. }
  306.  
  307.  
  308. body.tropo #canvas .highlight-box {
  309. border: 1px solid;
  310. }
  311. body.tropo #canvas .highlight, body.tropo #canvas .highlight-box {
  312. border-color: #7fa8d0 !important;
  313. background-color: #c7e0f6 !important;
  314. color: #000;
  315. }
  316. body.tropo #canvas .inset-box {
  317. background-color: #fff !important;
  318. border-right: 1px solid #c7e0f6 !important;
  319. border-bottom: 1px solid #c7e0f6 !important;
  320. color: #777 !important;
  321. padding: 3px 5px;
  322. }
  323. body.tropo #canvas .warning-box {
  324. border: 1px solid #114577 !important;
  325. color: #000;
  326. }
  327. body.tropo #canvas .error-box {
  328. color: #000;
  329. background-color: #fcf6db !important;
  330. border: 1px solid #ffdfc0 !important;
  331. }
  332.  
  333. body.tropo #canvas .odd, body.tropo #canvas tr.odd th, body.tropo #canvas tr.odd td {
  334. background-color: #ffffff !important;
  335. }
  336. body.tropo #canvas .even, body.tropo #canvas tr.even th, body.tropo #canvas tr.even td {
  337. background-color: #efefef !important;
  338. }
  339. body.tropo #canvas .column-table tbody th {
  340. color: #777 !important;
  341. background-color: #fbfbfb !important;
  342. border-right: 1px solid #cdcdcd !important;
  343. }
  344. body.tropo #canvas table caption {
  345. color:#7fa8d0 !important;
  346. }
  347.  
  348. body.tropo #canvas table.grid, body.tropo #canvas table.grid td {
  349. border: 1px solid #999 !important;
  350. }
  351.  
  352. body.tropo #canvas .select-list li, body.tropo #canvas .NotificationTable td {
  353. border-color: #ccc !important;
  354. }
  355. body.tropo #canvas .select-list li img {
  356. border-color: #c7e0f6 !important;
  357. }
  358. body.tropo #canvas .selected, body.tropo #canvas .select-list li.selected, body.tropo #canvas tr.selected td {
  359. background-color: #c7e0f6 !important;
  360. border-color: #7fa8d0 !important;
  361. }
  362.  
  363. body.tropo #canvas form, body.tropo #canvas fieldset, body.tropo #canvas legend, body.tropo #canvas legend span {
  364. border-color: #c7e0f6 !important;
  365. }
  366. body.tropo #canvas .hint-input {
  367. color: #777 !important;
  368. border: 1px solid #ccc !important;
  369. }
  370. body.tropo #canvas .hint-input:focus {
  371. color: #000 !important;
  372. border: 1px solid #999 !important;
  373. }
  374. body.tropo #canvas .multiple-select {
  375. background-color: #eee !important;
  376. }
  377.  
  378. body.tropo #canvas .simple-form .error input {
  379. border: 3px solid #ff0000 !important;
  380. }
  381. body.tropo #canvas .simple-form .error .error-msg {
  382. color: #ff0000 !important;
  383. display: block;
  384. }
  385.  
  386. body.tropo #canvas .table-form table {
  387. background-color:#F7F7F7 !important;
  388. }
  389.  
  390. body.tropo #canvas .section-nav {
  391. background-color: #c7e0f6 !important;
  392. }
  393. body.tropo #canvas .section-nav li a, .section-nav ul, .section-nav li, .section-nav-separator {
  394. border-color: #c7e0f6 !important;
  395. }
  396. body.tropo #canvas .section-nav-content {
  397. border-color: #c7e0f6 !important;
  398. }
  399. body.tropo #canvas .section-nav li.on {
  400. background-color: #ffffff !important;
  401. }
  402. body.tropo #canvas .section-nav li a:visited {
  403. color: #114577 !important;
  404. }
  405. body.tropo #canvas .section-nav-inner-wrapper {
  406. background: url("http://img.photobucket.com/albums/v511/cassaru/grey-borderpixel.png") repeat-y scroll 134px 50% !important;
  407. }
  408.  
  409. body.tropo #canvas .collapsible .collapse-button {
  410. width: 20px;
  411. }
  412. body.tropo #canvas .collapsible.collapsed .collapse-button {
  413. background-image: url("http://img.photobucket.com/albums/v511/cassaru/grey-arrow-right.png") !important;
  414. }
  415. body.tropo #canvas .collapsible.expanded .collapse-button {
  416. background-image: url("http://img.photobucket.com/albums/v511/cassaru/grey-arrow-down.png") !important;
  417. }
  418.  
  419. body.tropo #canvas body.tropo .header {
  420. background: #ddd !important;
  421. }
  422. body.tropo #canvas .subheader {
  423. background-color: #c7e0f6 !important;
  424. border-bottom: 1px solid #7fa8d0 !important;
  425. }
  426.  
  427. body.tropo #canvas .preview-image {
  428. border: 1px solid #fff !important;
  429. }
  430.  
  431. /* contextualhover.css */
  432. body.tropo #canvas div.ContextualPopup div.Inner {
  433. background-color: #fff !important;
  434. color: #000 !important;
  435. border: 1px solid #c7e0f6 !important;
  436. }
  437. body.tropo #canvas div.ContextualPopup div.Inner a, body.tropo #canvas div.ContextualPopup div.Inner a:visited {
  438. color: #7fa8d0 !important;
  439. }
  440.  
  441. body.tropo #canvas .ippu {
  442. color: #000 !important;
  443. }
  444. body.tropo #canvas .ippu .track_title {
  445. color: #c7e0f6 !important;
  446. }
  447.  
  448. /**
  449. * Temporary page-specific styling
  450. * /
  451. /* Comments */
  452. body.tropo #canvas .cmtbar.odd {
  453. border-bottom: 2px solid #bbddff !important;
  454. border-top: 2px solid #bbddff !important;
  455. border-right: 1px solid #bbddff !important;
  456. }
  457. body.tropo #canvas .cmtbar.even {
  458. border-bottom: 2px solid #aaccee !important;
  459. border-top: 2px solid #aaccee !important;
  460. border-right: 1px solid #aaccee !important;
  461. }
  462. body.tropo #canvas td.odd { background-color: #bbddff !important; }
  463. body.tropo #canvas td.even { background-color: #aaccee !important; }
  464.  
  465. body.tropo #canvas .cmtbar .icon {
  466. margin: 0 0 0 3px !important;
  467. }
  468. /* inbox */
  469. body.tropo #canvas .folders a {
  470. color: #000 !important;
  471. border: 1px solid #fff;
  472. }
  473. body.tropo #canvas .folders a.selected {
  474. background: #c7e0f6 !important;
  475. border-color: #7fa8d0 !important;
  476. }
  477.  
  478. body.tropo #canvas .folders a:hover {
  479. border-color: #bbb !important;
  480. background: #eee !important;
  481. }
  482.  
  483. /* profile.css */
  484. body.tropo #canvas .username {
  485. border-bottom: 1px solid #c7e0f6 !important;
  486. }
  487.  
  488. body.tropo #canvas .section, body.tropo #canvas .actions li {
  489. border-bottom: 1px solid #c7e0f6 !important;
  490. border-left: 1px solid #c7e0f6 !important;
  491. color: #000000 !important;
  492. }
  493. body.tropo #canvas .section span.section_link {
  494. color: #000 !important;
  495. }
  496. body.tropo #canvas .section_body .inner_section_header {
  497. color: #111 !important;
  498. }
  499. body.tropo #canvas .section_body_title {
  500. color: #111 !important;
  501. }
  502. body.tropo #canvas .profile th {
  503. color: #111 !important;
  504. }
  505.  
  506. /* lj_settings.css */
  507. body.tropo #canvas .section_head, body.tropo #canvas div.username {
  508. color: #333 !important;
  509. border-bottom: 1px solid #c7e0f6 !important;
  510. }
  511. body.tropo #canvas .field_block .field_name {
  512. color: #333 !important;
  513. background-color: #eee !important;
  514. }
  515.  
  516. /* esn.css */
  517. body.tropo .CategoryRow td {
  518. border-bottom: 1px solid #ddd !important;
  519. }
  520.  
  521. /* community/settings */
  522. body.tropo #canvas .community-settings legend {
  523. color: #7fa8d0 !important;
  524. }
  525.  
  526. /* Shop pages */
  527. body.tropo #canvas .shop-item-highlight {
  528. border: 1px solid #7fa8d0 !important;
  529. }
  530.  
  531. /* entry.css */
  532. body.tropo #canvas a#lj_userpicselect {color: #c7e0f6 !important;}
  533. body.tropo #canvas #lj_userpicselect_img {border: 1px solid #fff !important;}
  534. body.tropo #canvas #lj_userpicselect_img:hover {border: 1px solid #c7e0f6 !important;}
  535. body.tropo #canvas #lj_userpicselect_img_txt {color: #c7e0f6 !important;}
  536. body.tropo #canvas #userpic_preview_image.userpic_loggedout {border: 1px solid #c7e0f6 !important;}
  537. body.tropo #canvas .userpic_preview_border {border: 1px solid #ccc !important;}
  538. body.tropo #canvas #infobox {border-left: 1px solid #000 !important;}
  539. body.tropo #canvas #compose-entry {border-bottom: 1px solid #bbb !important;}
  540. body.tropo #canvas #compose-entry ul li a {background-color: #fff;border: 1px solid #c7e0f6 !important;border-bottom: none;}
  541. body.tropo #canvas #compose-entry ul li.on a {border-bottom: 1px solid #fff;}
  542. body.tropo #canvas #draft-container {border: 1px solid #bbb;border-top: none;}
  543. body.tropo #canvas #draftstatus {background-color: #fff;}
  544. body.tropo #canvas #spellcheck-results {border: 1px solid #c7e0f6 !important;background-color: #fff;}
  545. body.tropo #canvas #htmltools {border-right: 1px solid #bbb;border-left: 1px solid #bbb;background: #fff;}
  546. body.tropo #canvas #htmltools ul {border-bottom: 1px solid #8d8d8d;}
  547. body.tropo #canvas #options, body.tropo #canvas #public {border: 1px solid #bbb;background-color: #eee;}
  548. body.tropo #canvas #public {color:#666;}
  549. body.tropo #canvas #submitbar {background-color: #ddd;border: 1px solid #aaa;}
  550.  
  551. /* create flow */
  552. body.tropo #canvas .appwidget-createaccountprogressmeter .step-block-active { color: #fff; background-color: #7fa8d0 !important }
  553. body.tropo #canvas .appwidget-createaccountprogressmeter .step-block-inactive { color: #fff; background-color: #114577 !important }
  554. body.tropo #canvas .appwidget-createaccountprogressmeter .step-selected, .appwidget-createaccountprofile .header { color: #7fa8d0 !important }
  555. body.tropo #canvas .appwidget-createaccountprogressmeter .step-previous { color: #114577; }
  556. body.tropo #canvas .appwidget-createaccountprogressmeter .step-next { color: #666; }
  557.  
  558. /* lj_base-app.css */
  559. body.tropo #canvas hr.hr {
  560. color: #c7e0f6 !important;
  561. background-color: #c7e0f6 !important;
  562. }
  563. body.tropo #canvas input.text,
  564. body.tropo #canvas textarea.text,
  565. body.tropo #canvas select.select {
  566. background: #fff url("/img/input-bg.gif") repeat-x 0 -1px;
  567. border: 1px solid #bbb;
  568. border-top: 1px solid #999;
  569. border-left: 1px solid #999;
  570. }
  571. body.tropo #canvas .appwidget .more-link {
  572. color: #c7e0f6 !important;
  573. background: url('/img/arrow-double-black.gif') no-repeat 0 60%;
  574. }
  575. body.tropo #canvas .arrow-link,
  576. body.tropo #canvas .more-link {
  577. background: url('/img/arrow-double-black.gif') no-repeat 0 50%;
  578. }
  579. body.tropo #canvas .message {
  580. border: 5px solid #eee;
  581. }
  582. body.tropo #canvas .message blockquote {
  583. border: 1px solid #aaa;
  584. }
  585. body.tropo #canvas .helper {
  586. color: #666;
  587. }
  588.  
  589.  
  590.  
  591. /**
  592. * Color Changes
  593. */
  594.  
  595. body.tropo #canvas {
  596. background: #ffffff !important;
  597. }
  598.  
  599. #canvas #page footer, body.tropo #canvas .tablist .tab a, body.tropo #canvas .warning-box, body.tropo #canvas thead th, body.tropo #canvas tfoot td, body.tropo #canvas .username, body.tropo #canvas .appwidget-createaccountprofile .field-name, body.tropo #canvas .section, body.tropo #canvas .actions li, body.tropo #canvas .section_head, body.tropo #canvas div.username {
  600. background: #ecf6ff !important;
  601. }
  602.  
  603. body.tropo #shim-alpha {
  604. border-top: 0.5em solid #ecf6ff !important;
  605. }
  606.  
  607. body.tropo #canvas .tab-container {
  608. border: 1px solid #ecf6ff !important;
  609. }
  610.  
  611. body.tropo #canvas .select-list input, body.tropo #canvas input.submit {
  612. border-top: 2px solid #ecf6ff !important;
  613. border-left: 2px solid #ecf6ff !important;
  614. }
  615.  
  616. body.tropo #canvas .select-list input:active, body.tropo #canvas input.submit:active {
  617. border-bottom: 2px solid #ecf6ff !important;
  618. }
  619.  
  620. body.tropo #canvas .select-list input:active, body.tropo #canvas input.submit:active {
  621. border-right: 2px solid #ecf6ff !important;
  622. }
  623.  
  624. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement