web/wp-content/plugins/gigs-calendar/templates/basic/style.css
branchwordpress
changeset 109 03b0d1493584
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 div.attribution, div.gigs-rss {
       
     2 	text-align: center;
       
     3 	font-size: 87%;
       
     4 	margin: .5em 0px;
       
     5 }
       
     6 
       
     7 div.gigs-rss img {
       
     8 	position: relative;
       
     9 	top: 2px;
       
    10 }
       
    11 
       
    12 div.attribution span {
       
    13 	margin: 0px 1em;
       
    14 }
       
    15 
       
    16 table.gigs {
       
    17 	width: 100%;
       
    18 	text-align: left;
       
    19 	font-size: .9em;
       
    20 	border-collapse: collapse;
       
    21 	border: 1px dotted #666;
       
    22 }
       
    23 
       
    24 table.gigs td.icon {
       
    25 	width: 18px;
       
    26 	text-align: center;
       
    27 }
       
    28 
       
    29 table.gigs td.time {
       
    30 	text-align: right;
       
    31 }
       
    32 
       
    33 table.gigs a {
       
    34 	font-weight: bold;
       
    35 }
       
    36 
       
    37 table.gigs a img {
       
    38 	border: 0px;
       
    39 }
       
    40 
       
    41 
       
    42 table.gigs tr.gig {
       
    43 	border-top: 1px dotted #666;
       
    44 }
       
    45 
       
    46 table.gigs td.shortNotes {
       
    47 	padding-left: 4px;
       
    48 }
       
    49 
       
    50 .bold {
       
    51 	font-weight: bold;
       
    52 }
       
    53 
       
    54 img.buy {
       
    55 	position: relative;
       
    56 	top: 3px;
       
    57 }
       
    58 
       
    59 table.gigs caption {
       
    60 	font-weight: bold;
       
    61 	font-size: 125%;
       
    62 	text-align: left;
       
    63 }
       
    64 
       
    65 table.gigs caption div.notes{
       
    66 	font-weight: normal;
       
    67 	font-size: 80%;
       
    68 	text-align: left;
       
    69 }
       
    70 
       
    71 table.gigs, div.no-gigs {
       
    72 	margin-bottom: 1em;
       
    73 }
       
    74 
       
    75 /** Next Gig Widget **/
       
    76 	.gig.next {
       
    77 		padding-left: 10px;
       
    78 	}