/[Grep]/share/web/static/css/app.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 /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations)
Mon Feb 19 21:26:30 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 882 byte(s)
report better messages
1 dpavlin 17 /* search form */
2 dpavlin 11
3 dpavlin 17 input.argument-q {
4 dpavlin 24 width: 30em;
5 dpavlin 17 }
6    
7 dpavlin 11 /* add new feed */
8     input.argument-uri, input.argument-title {
9 dpavlin 24 width: 30em;
10 dpavlin 11 }
11 dpavlin 15
12 dpavlin 19 textarea.argument-cookie {
13     font-size: 80%;
14     width: 55em;
15     color: gray;
16     }
17    
18 dpavlin 15 /* results */
19    
20 dpavlin 27 div.result-header {
21     background: #eee;
22     padding: 3px;
23     font-size: 120%;
24     height: 1.5em;
25     }
26    
27     a.skip-next {
28     float: right;
29     text-decoration: none;
30     border-bottom: 1px solid #aaa;
31     }
32    
33 dpavlin 15 div.result {
34     display: block;
35     clear: both;
36     border-top: 1px dashed gray;
37 dpavlin 24 padding-top: 0.25em;
38     padding-bottom: 0.25em;
39 dpavlin 15 }
40 dpavlin 16
41 dpavlin 27 div.result-footer {
42     font-size: 80%;
43     padding: 3px;
44     color: #888;
45 dpavlin 16 }
46    
47 dpavlin 27 /* helpers */
48    
49 dpavlin 16 a.bookmarklet {
50     float: right;
51     }
52 dpavlin 24
53     .left {
54     width: 70%;
55     float: left;
56     display: block;
57     }
58    
59     .right {
60     width: 25%;
61     float: right;
62     display: block;
63     }
64 dpavlin 30
65 dpavlin 33 .grep-note {
66     background-color: #F0EAB7;
67     border: 1px solid #E6E0AD;
68     padding: 3px;
69     margin-top: 3px;
70     margin-bottom: 3px;
71     }

  ViewVC Help
Powered by ViewVC 1.1.26