Changeset 2608 for trunk/admin


Ignore:
Timestamp:
Sep 27, 2008, 9:42:41 AM (16 years ago)
Author:
vdigital
Message:

Butterfly 2 - Last Graphic and CSS feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2602 r2608  
    66/* INPUT[type="checkbox"], INPUT[type="radio"]
    77{ color:#999; background-color: #eee; }  */
    8 INPUT[type="submit"], INPUT[type="reset"]  { border: 2px outset #999; background-color: #444; padding: 1px 15px; }
    9 INPUT[type="submit"]:hover, INPUT[type="reset"]:hover, INPUT[type="submit"]:active {
    10 border: 2px inset #999; background-color: #444; padding: 1px 15px; }
    11 input.rateButton, legend, #theAdminPage h3 { color: #777; }
     8INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
     9input.rateButton, legend, #theAdminPage h3 { color: #666; }
    1210#theAdminPage h2 { color: #333; }
    1311.content .infos { color: #f70; border:0; background-color: transparent;
     
    1614.content .errors { color: #f30; border:0; background-color: transparent;
    1715padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
    18 #copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
     16#copyright { color:#666; margin:60px auto 0px 240px; text-align:center;
    1917padding-bottom: 15px; }
    2018.header_notes { background: transparent url(../../icon/note.png) no-repeat right top;
     
    4240/*.content h2:before, .content h2:after, */
    4341.content h2 {
    44 letter-spacing:2px; margin-right:30px; text-align:right; color: #777;
     42letter-spacing:2px; margin-right:30px; text-align:right; color: #666;
    4543text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
    4644.content dl, dd { margin:5px; }
     
    5250/* .throw, */ td h3 {
    5351 background-image: url(images/fillet.png); background-repeat: repeat-x; }
    54 /* borders */ /* TODO */
     52/* borders */
    5553fieldset { border: 1px solid #999; }
    56 INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
    57 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#111;color: #999; }
    58 TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; }
     54INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
     55input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
     56TEXTAREA { cursor:text; font-size: 13px; }
    5957.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
    6058color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
     
    8280  color : #f36; text-decoration: none; border: 0; color: #f36; }
    8381* { outline-width: 0; }
    84 a { color:#f70; border-color: #f70; }
    85 a:hover { color: #f33; border-color: #FF3363;  cursor: pointer; }
     82a { color:#f70; outline: none; border-color: #f70; }
     83a:hover, a:active { color: #f33; border-color: #FF3363; outline: none;  cursor: pointer; }
     84
    8685h2 { display:block; font-size:28px; letter-spacing:-1px;
    8786margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
     
    104103.tabsheet a {
    105104background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
    106 color:#777; display:block; font-size:11px; text-transform:capitalize; border:0;
     105color:#666; display:block; font-size:11px; text-transform:capitalize; border:0;
    107106font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px;
    108107text-align:right; text-decoration:none; margin: 0; }
     
    143142#menubar ul { color: #333; margin:10px 0pt 3px 9px;
    144143  list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
     144 
    145145/* jQuery tooltips */
    146 .cluetip-default #cluetip-outer {
    147   border-color: #666;
    148   color: #666;
    149   background-color: #222;
    150 }
    151 .cluetip-default h3#cluetip-title {
    152   color: #ff3363;
    153   background-color: #111;
    154 }
     146.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
     147.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
    155148
    156149/* hacks */
Note: See TracChangeset for help on using the changeset viewer.