Advertisement
grabthesky

Tropospherical Blue for Dreamwidth (Fix) April 2019

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