Advertisement
Guest User

/screencaps/ css

a guest
Feb 12th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.17 KB | None | 0 0
  1. /*************************
  2. Coppermine Photo Gallery
  3. ************************
  4. Copyright (c) 2003-2013 Coppermine Dev Team
  5. v1.0 originally written by Gregory Demar
  6.  
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License version 3
  9. as published by the Free Software Foundation.
  10.  
  11. ********************************************
  12. Coppermine version: 1.5.24
  13. $HeadURL: https://svn.code.sf.net/p/coppermine/code/trunk/cpg1.5.x/themes/water_drop/style.css $
  14. $Revision: 8570 $
  15. **********************************************/
  16.  
  17. /* Colors used: */
  18. /* --------------------------------------------*/
  19. /* Hex 000000 = RGB 0, 0, 0 = black */
  20. /* Hex 5F5F5F = RGB 95, 95, 95 = light black */
  21. /* Hex BDBEBD = RGB 189,190,189 = dark grey */
  22. /* Hex D1D7DC = RGB 209,215,220 = medium grey */
  23. /* Hex CCD7E0 = RGB 204,215,224 = light grey */
  24. /* Hex DDDDDD = RGB 221,221,221 = light grey */
  25. /* Hex CBD7DE = RGB 203,215,222 = steel grey */
  26. /* Hex F2F5F7 = RGB 242,245,247 = dark white */
  27. /* Hex EFEFEF = RGB 239,239,239 = dark white */
  28. /* Hex FFFFFF = RGB 255,255,255 = white */
  29. /* Hex 000666 = RGB 0, 6,102 = dark blue */
  30. /* Hex 0033CC = RBG 0, 91,104 = medium blue */
  31. /* Hex 718EA5 = RGB 113,142,165 = light blue */
  32. /* Hex 8AA5B5 = RGB 138,165,181 = light blue */
  33. /* #00529B = RGB 0, 82,155 = blue */
  34. /* #BDE5F8 = RGB 189,229,247 = cyan */
  35. /* #4F8A10 = RGB 79,138, 16 = dark green */
  36. /* #DFF2BF = RGB 223,242,191 = light green */
  37. /* #9F6000 = RGB 159, 96, 0 = dark brown */
  38. /* #FEEFB3 = RGB 254,239,179 = light brown */
  39. /* #D8000C = RGB 216, 0, 12 = red */
  40. /* #FFBABA = RGB 255,186,186 = pink */
  41. /* #D63301 = RGB 214, 51, 1 = red */
  42. /* #FFCCBA = RGB 255,204,186 = pink */
  43. /* if you don't like a color, just do a search */
  44. /* and replace on the hex color... */
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. /* MENU */
  52.  
  53. nav {
  54. width: 100%;
  55. height: 45px;
  56. background-color: #83A3E3;;
  57. }
  58.  
  59.  
  60. nav a:hover {
  61. text-decoration: underline;
  62.  
  63. }
  64.  
  65. nav ul {
  66. float: left;
  67. }
  68.  
  69.  
  70. nav ul li {
  71. float: left;
  72. list-style: none;
  73.  
  74. }
  75.  
  76. nav ul li a {
  77. display: block;
  78. font-family: arial;
  79. color: #fff;
  80. font-size: 18px;
  81. line-height: 50px;
  82. text-decoration: none;
  83. padding-top: 0px;
  84. padding-left: 20px;
  85. padding-right: 20px;
  86.  
  87. }
  88.  
  89. nav ul li ul {
  90. display: none;
  91. position: absolute;
  92. background-color: #9EB7EA;
  93. top: 45px;
  94.  
  95. }
  96.  
  97.  
  98. nav ul li:hover ul {
  99. display: block;
  100.  
  101. }
  102.  
  103.  
  104.  
  105. nav ul li ul li {
  106. width: fit-content;
  107.  
  108.  
  109. }
  110.  
  111.  
  112. nav ul li ul li a {
  113. padding: 18px 24px;
  114.  
  115. }
  116.  
  117. nav ul li ul li a:hover {
  118. text-decoration: underline;
  119.  
  120. }
  121.  
  122. /* END MENU */
  123.  
  124.  
  125.  
  126.  
  127. body {
  128. background: url("images/bg.gif");
  129. background-color: #F2F5F7;
  130. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  131. font-size : 12px;
  132. color: #000666;
  133. margin: 0px;
  134. }
  135.  
  136. table {
  137. font-size : 12px;
  138. }
  139.  
  140. h1{
  141. font-weight: normal;
  142. font-size: 21px;
  143. font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  144. text-decoration: none;
  145. line-height : 120%;
  146. color: #718EA5;
  147. margin: 2px;
  148. }
  149.  
  150. h2 {
  151. font-family: Arial, Helvetica, sans-serif;
  152. background-image : url(images/box_left_icon.gif);
  153. background-repeat : no-repeat;
  154. background-position : left;
  155. padding-left : 18px;
  156. font-size: 18px;
  157. margin: 0px;
  158. }
  159.  
  160. h3 {
  161. font-weight: normal;
  162. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  163. font-size: 12px;
  164. margin: 2px;
  165. }
  166.  
  167. p {
  168. font-family: Arial, Helvetica, sans-serif;
  169. font-size: 100%;
  170. margin: 2px 0px;
  171. }
  172.  
  173. pre.filepath {
  174. margin: 0px;
  175. padding: 0px;
  176. }
  177.  
  178. ul, ol {
  179. margin-left: 5px;
  180. margin-top:0px;
  181. margin-bottom:0px;
  182. padding: 0px;
  183. }
  184.  
  185. li {
  186. margin-left: 10px;
  187. margin-top: 4px;
  188. margin-bottom: 4px;
  189. padding: 0px;
  190. list-style-position: outside;
  191. }
  192.  
  193. ul li {
  194. list-style-type: disc;
  195. }
  196.  
  197. .textinput {
  198. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  199. font-size: 100%;
  200. border: 1px solid #D1D7DC;
  201. padding-right: 3px;
  202. padding-left: 3px;
  203. }
  204.  
  205. .listbox {
  206. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  207. font-size: 100%;
  208. border: 1px solid #D1D7DC;
  209. vertical-align : middle;
  210. }
  211.  
  212. .button, .buttonlist ul li a {
  213. font-family: Arial, Helvetica, sans-serif;
  214. font-size: 90%;
  215. border: 1px solid #CCD7E0;
  216. background-image : url(images/button_bg.gif);
  217. background-position : bottom;
  218. cursor:pointer;
  219. padding-left:0px;
  220. padding-right:0px;
  221. margin-right:2px;
  222. white-space: nowrap;
  223. }
  224.  
  225. .radio {
  226. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  227. font-size: 100%;
  228. vertical-align : middle;
  229. }
  230.  
  231. .checkbox {
  232. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  233. font-size: 100%;
  234. vertical-align : middle;
  235. }
  236.  
  237. a {
  238. color: #0033CC;
  239. text-decoration: none;
  240. }
  241.  
  242. a:hover {
  243. color: #0033CC;
  244. text-decoration: underline;
  245. }
  246.  
  247. .bblink a {
  248. color: #0033CC;
  249. text-decoration: none;
  250. }
  251.  
  252. .bblink a:hover {
  253. color: #0033CC;
  254. text-decoration: underline;
  255. }
  256.  
  257. .maintable {
  258. border: 1px solid #CCD7E0;
  259. background-color: #FFFFFF;
  260. margin-top: 1px;
  261. margin-bottom: 1px;
  262. }
  263.  
  264. .tableh1 {
  265. font-family: Verdana, Geneva, Arial, sans-serif;
  266. background : #8AA5B5 ;
  267. color: #FFFFFF;
  268. font-weight:bold;
  269. padding-top: 3px;
  270. padding-right: 10px;
  271. padding-bottom: 3px;
  272. padding-left: 10px;
  273. }
  274.  
  275. .tableh2 {
  276. background: #CBD7DE ;
  277. color : #000000;
  278. padding-top: 3px;
  279. padding-right: 10px;
  280. padding-bottom: 3px;
  281. padding-left: 10px;
  282. }
  283.  
  284. .tableb {
  285. background: #F2F5F7 ;
  286. padding-top: 3px;
  287. padding-right: 10px;
  288. padding-bottom: 3px;
  289. padding-left: 10px;
  290. }
  291.  
  292. /* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
  293. /* It is being used to accomplish alternating row colors for lists. */
  294. /* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
  295. .tableb_alternate {
  296. background: #DDDDDD;
  297. }
  298.  
  299. .tablef {
  300. background: #CBD7DE ;
  301. padding-top: 10px;
  302. padding-right: 10px;
  303. padding-bottom: 10px;
  304. padding-left: 10px;
  305. }
  306.  
  307. .catrow_noalb {
  308. background: #CBD7DE ;
  309. color : #000000;
  310. padding-top: 3px;
  311. padding-right: 10px;
  312. padding-bottom: 3px;
  313. padding-left: 10px;
  314. }
  315.  
  316. .catrow {
  317. background: #F2F5F7 ;
  318. padding-top: 3px;
  319. padding-right: 10px;
  320. padding-bottom: 3px;
  321. padding-left: 10px;
  322. }
  323.  
  324. .album_stat {
  325. font-size : 85%;
  326. margin: 5px 0px;
  327. }
  328.  
  329. .thumb_filename {
  330. font-size: 80%;
  331. display: block;
  332. }
  333.  
  334. .thumb_title {
  335. font-weight : bold;
  336. font-size: 80%;
  337. padding: 2px;
  338. display : block;
  339. }
  340.  
  341. .thumb_caption {
  342. font-size: 80%;
  343. padding: 1px;
  344. display : block;
  345. }
  346.  
  347. .thumb_caption a {
  348. text-decoration: underline;
  349. color: #000000;
  350. }
  351.  
  352.  
  353. .thumb_num_comments {
  354. font-weight: normal;
  355. font-size: 85%;
  356. padding: 2px;
  357. font-style : italic;
  358. display : block;
  359. }
  360.  
  361. .user_thumb_infobox {
  362. margin-top: 1px;
  363. margin-bottom: 1px;
  364. }
  365.  
  366. .user_thumb_infobox th {
  367. font-weight : bold;
  368. font-size: 100%;
  369. margin-top: 1px;
  370. margin-bottom: 1px;
  371. text-align : center;
  372. }
  373.  
  374. .user_thumb_infobox td {
  375. font-size: 85%;
  376. margin-top: 1px;
  377. margin-bottom: 1px;
  378. text-align : center;
  379. }
  380.  
  381. .user_thumb_infobox a {
  382. text-decoration: none;
  383. color: #000000;
  384. }
  385.  
  386. .user_thumb_infobox a:hover {
  387. color: #000000;
  388. text-decoration: underline;
  389. }
  390.  
  391. .sortorder_cell {
  392. background : #8AA5B5 ;
  393. color: #FFFFFF;
  394. padding-top: 0px;
  395. padding-bottom: 0px;
  396. padding-left: 0px;
  397. padding-right: 20px;
  398. margin: 0px;
  399. }
  400.  
  401. .sortorder_options {
  402. font-family: Verdana, Arial, Helvetica, sans-serif;
  403. background : #8AA5B5 ;
  404. color: #FFFFFF;
  405. padding: 0px;
  406. margin: 0px;
  407. font-weight: normal;
  408. font-size: 80%;
  409. white-space: nowrap;
  410. }
  411.  
  412. .navmenu {
  413. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  414. color: #FFFFFF;
  415. font-weight: bold;
  416. background : #8AA5B5 ;
  417. border-style: none;
  418. }
  419.  
  420. .navmenu img {
  421. margin-top: 1px;
  422. margin-right: 5px;
  423. margin-bottom: 1px;
  424. margin-left: 5px;
  425. }
  426.  
  427. .navmenu a {
  428. display: block;
  429. padding-top: 2px;
  430. padding-right: 5px;
  431. padding-bottom: 2px;
  432. padding-left: 5px;
  433. text-decoration: none;
  434. color: #FFFFFF;
  435. }
  436.  
  437. .navmenu a:hover {
  438. background : #F2F5F7 ;
  439. text-decoration: none;
  440. color: #000000;
  441. }
  442.  
  443. .admin_menu {
  444. font-family: Arial, Helvetica, sans-serif;
  445. font-size: 90%;
  446. border: 1px solid #CCD7E0;
  447. background-image : url(images/button_bg.gif);
  448. background-position : bottom;
  449. background-repeat: repeat-x;
  450. background-color: #FFFFFF;
  451. color: #000000;
  452. margin-top: 0px;
  453. margin-bottom: 0px;
  454. text-align: center;
  455. }
  456.  
  457. .admin_menu a {
  458. color: #000000;
  459. text-decoration: none;
  460. padding-top: 1px;
  461. padding-bottom: 1px;
  462. padding-left: 2px;
  463. padding-right: 2px;
  464. }
  465.  
  466. .admin_menu a:hover {
  467. color: #000000;
  468. text-decoration: underline;
  469. }
  470.  
  471. .admin_float {
  472. float:left;
  473. margin-left: 1px;
  474. margin-right: 1px;
  475. margin-top: 1px;
  476. margin-bottom: 1px;
  477. max-height:1.5em;
  478. display: block;
  479. position: relative;
  480. white-space:nowrap;
  481. /*width:100px;*/
  482. }
  483.  
  484. #admin_menu_anim {
  485. background-image : url(images/button_bg_anim.gif);
  486. }
  487.  
  488. .icon {
  489. vertical-align:middle;
  490. margin-right:1px;
  491. }
  492.  
  493. .comment_date{
  494. color : #5F5F5F;
  495. font-size: 90%;
  496. vertical-align : middle;
  497. }
  498.  
  499. .image {
  500. border-style: solid;
  501. border-width:1px;
  502. border-color: #000000;
  503. margin: 2px;
  504. }
  505.  
  506. /* pseudo-classes for image links */
  507. a:link .image{
  508. border-style: solid;
  509. border-width:1px;
  510. border-color: #000000;
  511. margin: 2px;
  512. }
  513.  
  514. a:visited .image{
  515. border-style: solid;
  516. border-width:1px;
  517. border-color: #8CA6B5;
  518. margin: 2px;
  519. }
  520.  
  521. a:focus .image{
  522. border-style: solid;
  523. border-width:1px;
  524. border-color: #000000;
  525. margin: 2px;
  526. }
  527.  
  528. a:hover .image{
  529. border-style: solid;
  530. border-width:1px;
  531. border-color: #0033CC;
  532. margin: 2px;
  533. }
  534.  
  535. a:active .image{
  536. border-style: solid;
  537. border-width:1px;
  538. border-color: #000000;
  539. margin: 2px;
  540. }
  541.  
  542. /* pseudo-classes for middlethumb links */
  543. a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
  544. border: 4px solid #CBD7DE;
  545. }
  546.  
  547. .imageborder {
  548. border: 1px solid #000000;
  549. background-color: #FFFFFF;
  550. margin-top: 3px;
  551. margin-bottom: 3px;
  552. }
  553.  
  554. .display_media {
  555. background: #F2F5F7 ;
  556. padding-top: 3px;
  557. padding-right: 10px;
  558. padding-bottom: 3px;
  559. padding-left: 10px;
  560. }
  561.  
  562. .thumbnails {
  563. background: #F2F5F7 ;
  564. padding: 5px;
  565. }
  566.  
  567. .footer {
  568. font-size : 9px;
  569. }
  570.  
  571. .footer a {
  572. text-decoration: none;
  573. color: #000000;
  574. }
  575.  
  576. .footer a:hover {
  577. color: #000000;
  578. text-decoration: underline;
  579. }
  580.  
  581. .statlink {
  582. color: #FFFFFF;
  583. }
  584.  
  585. .statlink a {
  586. text-decoration: none;
  587. color: #FFFFFF;
  588. }
  589.  
  590. .statlink a:hover {
  591. color: #FFFFFF;
  592. text-decoration: underline;
  593. }
  594.  
  595. .alblink {
  596. font-weight:bold;
  597. }
  598.  
  599. .alblink a {
  600. text-decoration: underline;
  601. color: #000000;
  602. }
  603.  
  604. .alblink a:hover {
  605. color: #000000;
  606. text-decoration: underline;
  607. }
  608.  
  609. .catlink {
  610. display: block;
  611. margin-bottom: 2px;
  612. font-weight:bold;
  613. }
  614.  
  615. .catlink a {
  616. text-decoration: underline;
  617. color: #000000;
  618. }
  619.  
  620. .catlink a:hover {
  621. color: #000000;
  622. text-decoration: underline;
  623. }
  624.  
  625. .topmenu {
  626. font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  627. line-height : 130%;
  628. font-size : 110%;
  629. }
  630.  
  631. .topmenu a {
  632. color : #0033CC;
  633. text-decoration : none;
  634. }
  635.  
  636. .topmenu a:hover {
  637. color : #0033CC;
  638. text-decoration : underline;
  639. }
  640.  
  641. .img_caption_table {
  642. border: none;
  643. background-color: #FFFFFF;
  644. width : 100%;
  645. margin : 0px;
  646. }
  647.  
  648. .img_caption_table th {
  649. background: #D1D7DC ;
  650. font-size : 100%;
  651. color : #000000;
  652. padding-top: 4px;
  653. padding-right: 10px;
  654. padding-bottom: 4px;
  655. padding-left: 10px;
  656. border-top : 1px solid #FFFFFF;
  657. }
  658.  
  659. .img_caption_table td {
  660. background: #F2F5F7 ;
  661. padding-top: 6px;
  662. padding-right: 10px;
  663. padding-bottom: 6px;
  664. padding-left: 10px;
  665. border-top : 1px solid #FFFFFF;
  666. white-space: normal;
  667. }
  668.  
  669. .debug_text {
  670. border: #BDBEBD;
  671. background-color: #EFEFEF;
  672. width : 100%;
  673. margin : 0px;
  674. }
  675.  
  676. .clickable_option {
  677. cursor : default;
  678.  
  679. }
  680.  
  681. .listbox_lang {
  682. color: #000666;
  683. background-color: #F2F5F7;
  684. border: 1px solid #D1D7DC;
  685. font-size: 80%;
  686. font-family: Arial, Helvetica, sans-serif;
  687. vertical-align : middle;
  688. }
  689.  
  690. .pic_title {
  691. color: #000666;
  692. font-size: 100%;
  693. font-weight:bold;
  694. text-align : center;
  695. padding-top:0px;
  696. padding-bottom:0px;
  697. margin-top:0px;
  698. margin-bottom:0px;
  699. line-height:1.0em;
  700. }
  701.  
  702. .pic_caption {
  703. color: #000666;
  704. font-size: 100%;
  705. font-weight:normal;
  706. text-align : center;
  707. padding-top:0px;
  708. padding-bottom:0px;
  709. margin-top:0px;
  710. margin-bottom:0px;
  711. line-height:1.0em;
  712. background-image:none;
  713. }
  714.  
  715. .important {
  716. /* background-image : url(images/important.gif); */
  717. color: red;
  718. font-weight: bold;
  719. padding-left:1px;
  720. padding-right:1px;
  721. padding-top:3px;
  722. padding-bottom:3px;
  723. }
  724.  
  725. #cpgChooseLanguageWrapper {
  726. float:left;
  727. }
  728.  
  729. #cpgChooseThemeWrapper {
  730. float:left;
  731. }
  732.  
  733. .filmstrip_background {
  734. background-color:#000000;
  735. }
  736.  
  737. .prev_strip {
  738. text-align: left;
  739. }
  740.  
  741. .next_strip{
  742. text-align: right;
  743. }
  744.  
  745. /** Swfupload css **/
  746. div.fieldset {
  747. border: 2px solid #0E72A4;
  748. margin: 10px 0;
  749. padding: 20px 10px;
  750. }
  751.  
  752. div.fieldset span.legend {
  753. position: relative;
  754. padding: 3px;
  755. top: -30px;
  756. background-color: #8AA5B5;
  757. color: #FFF;
  758. font-weight: bold;
  759. }
  760.  
  761. div.flash {
  762. width: 375px;
  763. margin: 10px 5px;
  764. border-color: #CCD7E0;
  765. }
  766.  
  767. input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */
  768.  
  769.  
  770. .progressWrapper {
  771. width: 357px;
  772. overflow: hidden;
  773. }
  774.  
  775. .progressContainer {
  776. margin: 5px;
  777. padding: 4px;
  778. border: solid 1px #E8E8E8;
  779. background-color: #F7F7F7;
  780. overflow: hidden;
  781. }
  782. /* Message */
  783. .message {
  784. margin: 1em 0;
  785. padding: 10px 20px;
  786. border: solid 1px #FFDD99;
  787. background-color: #FFFFCC;
  788. overflow: hidden;
  789. }
  790. /* Error */
  791. .red {
  792. border: solid 1px #B50000;
  793. background-color: #FFEBEB;
  794. }
  795.  
  796. /* Current */
  797. .green {
  798. border: solid 1px #DDF0DD;
  799. background-color: #EBFFEB;
  800. }
  801.  
  802. /* Complete */
  803. .blue {
  804. border: solid 1px #CEE2F2;
  805. background-color: #F0F5FF;
  806. }
  807.  
  808. .progressName {
  809. font-size: 8pt;
  810. font-weight: 700;
  811. color: #555;
  812. width: 323px;
  813. height: 14px;
  814. text-align: left;
  815. white-space: nowrap;
  816. overflow: hidden;
  817. }
  818.  
  819. .progressBarInProgress,
  820. .progressBarComplete,
  821. .progressBarError {
  822. font-size: 0;
  823. width: 0%;
  824. height: 2px;
  825. background-color: blue;
  826. margin-top: 2px;
  827. }
  828.  
  829. .progressBarComplete {
  830. width: 100%;
  831. background-color: green;
  832. visibility: hidden;
  833. }
  834.  
  835. .progressBarError {
  836. width: 100%;
  837. background-color: red;
  838. visibility: hidden;
  839. }
  840.  
  841. .progressBarStatus {
  842. margin-top: 2px;
  843. width: 337px;
  844. font-size: 7pt;
  845. font-family: Arial;
  846. text-align: left;
  847. white-space: nowrap;
  848. color: #555;
  849. }
  850.  
  851. a.progressCancel {
  852. font-size: 0;
  853. display: block;
  854. height: 14px;
  855. width: 14px;
  856. background-image: url(../../images/cancelbutton.gif);
  857. background-repeat: no-repeat;
  858. background-position: -14px 0px;
  859. float: right;
  860. }
  861.  
  862. a.progressCancel:hover {
  863. background-position: 0px 0px;
  864. }
  865.  
  866. .swfupload {
  867. vertical-align: top;
  868. }
  869.  
  870. /**styles for photo manager*/
  871. table#pic_sort tr td {
  872. padding: 4px;
  873. border-bottom: 1px solid #ccc;
  874. }
  875.  
  876. /** styles for album manager and photo album*/
  877. table#album_sort tr td {
  878. padding: 3px;
  879. border-bottom: 1px solid #ccc;
  880. }
  881.  
  882. table#album_sort tr td span.editAlbum {
  883. margin-left: 100px;
  884. font-size: 10px;
  885. line-height: 100%;
  886. text-decoration: underline;
  887. cursor: pointer;
  888. display: none;
  889. color: #FF0000;
  890. }
  891.  
  892. .cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
  893. border: 1px solid;
  894. margin: 10px 0px;
  895. padding:15px 10px 15px 50px;
  896. background-repeat: no-repeat;
  897. background-position: 10px center;
  898. }
  899. .cpg_message_info {
  900. color: #00529B;
  901. background-color: #BDE5F8;
  902. background-image: url('../../images/message/info.png');
  903. }
  904. .cpg_message_success {
  905. color: #4F8A10;
  906. background-color: #DFF2BF;
  907. background-image: url('../../images/message/ok.png');
  908. }
  909. .cpg_message_warning {
  910. color: #9F6000;
  911. background-color: #FEEFB3;
  912. background-image: url('../../images/message/warning.png');
  913. }
  914. .cpg_message_error {
  915. color: #D8000C;
  916. background-color: #FFBABA;
  917. background-image: url('../../images/message/stop.png');
  918. }
  919. .cpg_message_validation {
  920. color: #D63301;
  921. background-color: #FFCCBA;
  922. background-image: url('../../images/message/error.png');
  923. }
  924.  
  925. .cpg_summary {
  926. font-size:0.9em;
  927. border: 1px solid;
  928. margin: 10px 0px;
  929. padding:5px 10px 5px 10px;
  930. color: #FF2B9C;
  931. background-color: #FFDEEF;
  932. text-align:right;
  933. float:right;
  934. width:400px;
  935. }
  936.  
  937. #GB_window {
  938. background-color: #F2F5F7;
  939. border: 5px solid #CCD7E0;
  940. }
  941.  
  942. .external {
  943. background: transparent url('../../images/link.gif') 100% 50% no-repeat;
  944. padding-right: 10px;
  945. }
  946.  
  947. .detail_head_collapsed, .detail_head_expanded {
  948. color: #0033CC;
  949. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement