Changeset 1080

Show
Ignore:
Timestamp:
05/13/2008 04:00:25 PM (2 years ago)
Author:
DarTar
Message:

default styling for select elements and slight change to referrer handler styling, refs #1 #380 and #388

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/css/wikka.css

    r1071 r1080  
    400400} 
    401401 
     402select { 
     403        border: 1px solid #CCC;  
     404} 
     405 
     406select:hover { 
     407        background-color: #F3F3F3; 
     408} 
     409 
     410select:focus { 
     411        background-color: #E6E6FF; 
     412} 
     413 
    402414textarea { 
    403415        border: 1px solid #CCC;  
     
    673685 
    674686table.data tbody tr:hover { 
    675         background-color: #EEE; 
     687        background-color: #E9E9F9; 
     688} 
     689 
     690table.data tbody tr.alt:hover { 
     691        background-color: #E9E9F9; 
    676692} 
    677693 
     
    679695        border: 1px solid #CCC; 
    680696        padding: .1em .25em; 
     697} 
     698 
     699table.data td.number { 
     700        text-align: right; 
     701} 
     702 
     703table.data td.datetime { 
     704        text-align: right; 
     705        white-space: nowrap; 
     706} 
     707 
     708/* --- alternate row & column color --- */ 
     709 
     710table.data tr.alt { 
     711        background-color: #EEE; 
     712} 
     713 
     714table.data th.c1 { 
     715        background-color: #CDD; 
     716} 
     717 
     718table.data th.c2 { 
     719        background-color: #DCC; 
     720} 
     721 
     722table.data th.c3 { 
     723        background-color: #DDC; 
     724} 
     725 
     726table.data th.c4 { 
     727        background-color: #CDC; 
     728} 
     729 
     730table.data th.c5 { 
     731        background-color: #CCD; 
     732} 
     733 
     734table.data th.c6 { 
     735        background-color: #DCD; 
     736} 
     737 
     738table.data td.c1 { 
     739        background-color: #EFF; 
     740} 
     741 
     742table.data td.c2 { 
     743        background-color: #FEE; 
     744} 
     745 
     746table.data td.c3 { 
     747        background-color: #FFE; 
     748} 
     749 
     750table.data td.c4 { 
     751        background-color: #EFE; 
     752} 
     753 
     754table.data td.c5 { 
     755        background-color: #EEF; 
     756} 
     757 
     758table.data td.c6 { 
     759        background-color: #FEF; 
     760} 
     761 
     762table.data tr.alt td.c1 { 
     763        background-color: #DEE; 
     764} 
     765 
     766table.data tr.alt td.c2 { 
     767        background-color: #EDD; 
     768} 
     769 
     770table.data tr.alt td.c3 { 
     771        background-color: #EED; 
     772} 
     773 
     774table.data tr.alt td.c4 { 
     775        background-color: #DED; 
     776} 
     777 
     778table.data tr.alt td.c5 { 
     779        background-color: #DDE; 
     780} 
     781 
     782table.data tr.alt td.c6 { 
     783        background-color: #EDE; 
    681784} 
    682785 
     
    9981101        margin-bottom: 1em; 
    9991102        width: 32em; 
     1103        line-height: 2em; 
    10001104        /*border: 1px solid green;*/    /* DEBUG */ 
    10011105}