/[jquery]/tag_complete/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /tag_complete/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (hide annotations)
Sat Aug 19 10:50:49 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 307 byte(s)
added hilight for entered tags
1 dpavlin 41 body {
2     font-family: verdana, arial, helvetica, sans-serif ;
3     }
4    
5 dpavlin 45 .r {
6     text-align: right;
7     }
8    
9 dpavlin 51 #suggest span {
10     font-size: 80%;
11     padding: 2px;
12 dpavlin 41 }
13    
14 dpavlin 50 .tag, .tag a, #suggest a {
15 dpavlin 41 text-decoration: none;
16     padding: 2px;
17     font-size: 80%;
18     }
19 dpavlin 45
20 dpavlin 51 .selected {
21     background-color: #ff8;
22 dpavlin 45 }
23    
24 dpavlin 51 .entered {
25     background-color: #8f8;
26     }

  ViewVC Help
Powered by ViewVC 1.1.26