Changeset 2972 for branches/2.0/admin


Ignore:
Timestamp:
Dec 14, 2008, 9:57:15 AM (15 years ago)
Author:
vdigital
Message:

Borders of Categories boxes

  • wrong colour
  • global mode : frameborders around thumbnails are the wrong colour
Location:
branches/2.0/admin/template/goto
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/default-colors.css

    r2607 r2972  
    44/* So that non-links are slightly greyed out */
    55.content .navigationBar {
    6         color: #b0b0b0;
     6        color: #999;
    77}
    88
     
    1212INPUT.submit, INPUT.reset, INPUT.file,
    1313SELECT, TEXTAREA {
    14   color:black;
    15   background-color: #d3d3d3;    /* lightgrey */
     14  color:#999;
     15  background-color: #666;       
    1616}
    1717
    1818INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
    19   background-color: #f5f5f5;    /* whitesmoke */
     19  background-color: #444;       /* whitesmoke */
    2020}
    2121
     
    3030
    3131.errors { /* Errors display */
    32   color: red;
    33   background-color: #ffe1e1;
     32  color: #f30;
     33  background-color: transparent;
    3434  font-weight: bold;
    3535  text-align: left;
    3636  margin: 5px;
    37   border: 1px solid red;
     37  border: 1px solid #666;
    3838  background-image: url(icon/errors.png);
    3939  background-repeat: no-repeat;
     
    4747.infos {
    4848  text-align: left;
    49   color: #002000;
    50   background-color: #98fb98; /* palegreen */
     49  color: #f70;
     50  background-color: transparent;
    5151  background-image: url(icon/infos.png);
    5252  background-repeat: no-repeat;
     
    6262  text-align:center;
    6363  font-weight: bold;
    64   color:#696969;        /* dimgray */
    65   background-color: #d3d3d3;
     64  color:#333;
     65  background-color: transparent;
    6666  margin: 1px;
    6767  padding: 1px;
     
    7272 */
    7373.header_notes {
    74   border: 1px solid #aaaaaa; /* border color and style */
     74  border: 1px solid #666;
    7575  text-align: center;
    7676  background-image: url(icon/note.png);
  • branches/2.0/admin/template/goto/default-layout.css

    r2951 r2972  
    33/* History tables */
    44TABLE.table2 {
    5         border: 1px solid black;
     5        border: 1px solid #111;
    66        margin: 1em auto;
    77        padding: 0;
     
    8686LI.categoryLi {
    8787        width: 100%;
    88         border: 1px solid gray;
     88        border: 1px solid #666;
    8989        padding: 0px 5px;
    9090        margin-bottom: 5px;
     
    172172        height: 10px;
    173173        background-color: #ff7700;
    174         border: 1px solid black;
     174        border: 1px solid #666;
    175175}
    176176
     
    187187.over SPAN{ /*CSS for enlarged image*/
    188188position: absolute;
    189 background-color: #eee;
     189background-color: #222;
    190190padding: 5px;
    191191left: -1000px;
    192 border: 1px solid #69c;
     192border: 1px solid #ff3363;
    193193visibility: hidden;
    194194color: black;
     
    232232A {
    233233        text-decoration:none;
    234         border-bottom: 1px dotted #005e89;
     234        border-bottom: 0;
    235235}
    236236A:hover {
    237         border-bottom: 1px solid #858460;
     237        border-bottom: 1px solid #FF3363;
    238238}
    239239A.button, A.button:hover {
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r2966 r2972  
    5252.instructions { overflow-y:scroll; overflow-x:hidden; }
    5353.instructions  h3 { text-align: center; margin: 30px 0 0 0; }
     54.content ul.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
     55.content ul.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
     56.content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
     57.content ul.thumbnails span.wrap1 { margin:0 12px 5px; }
    5458/* .throw, */ td h3 {
    5559 background-image: url(images/fillet.png); background-repeat: repeat-x; }
Note: See TracChangeset for help on using the changeset viewer.