]> git.decadent.org.uk Git - memories.git/blob - templates/static/memories.css
cca46496889db5216813e754f5358d4b631c9660
[memories.git] / templates / static / memories.css
1 BODY { background: #fff; border: 0; margin: 0; padding: 0 }
2 a { text-decoration: none; color: #000; }
3 p a { font-weight: bold }
4 a:hover { text-decoration: underline }
5 a img { border: 0 }
6 #nav { background: #994; padding: 2px;  }
7 #rhs { background: #fff; height: 100%; width:150px;
8 padding: 0 5px 0 5px; border-left: 1px dotted black }
9
10 .tagbrowse a { font-weight: bold }
11 #suggestionlist { background:#ffd; padding: 10px; margin:10px;
12 font-weight: bold; font-family: sans-serif;}
13
14 #login { margin-top: 10px; font-weight: bold; font-family: sans-serif; background: #eee}
15 .loginfield { font-weight: bold; font-size: 80%; }
16
17 .messages { background: #fff; border: 1px dotted black; margin: 0px 10px
18     5px 10px; padding: 2px; }
19 #main { border: 1px solid black; background: #eee; padding: 5px; margin: 10px 0 0 10px; }
20
21 h1 { font-family: sans-serif; }
22 p { font-family: sans-serif; }
23
24 .commands { width: 100%;
25     font-weight: bold; font-family: sans-serif; font-size: 80%; text-align: center}
26 .commands a { color: #222 }
27
28 #recentuploads { background: #aaa; border: 1px solid black; width: 400px }
29 .thumb {
30     width: 100%;
31     text-align:center; font-size: 80%; font-family:sans-serif; 
32 }
33 .photoview {
34     text-align:center;
35     }
36 .userlist {
37     padding: 5px;
38     text-align:center; font-weight:bold; font-family:sans-serif; 
39     }
40 .userlist td { background: #bbb; padding: 10px; }
41 .userlist td a { font-weight: bold; }
42 .comment {
43     background: #ccc; padding: 10px;
44     font-family:sans-serif; 
45     margin: 5px 50px 5px 50px
46 }
47 .info { font-weight: normal; font-size: 70% }
48
49 #tabmenu { border-bottom:2px solid black; margin: 12px 0 0 0;
50     padding: 0; z-index:1; padding-left:10px;
51 }
52
53 #tabmenu li { display:inline; overflow:hidden; list-style-type: none; }
54
55 #tabmenu a, a.active {
56     background: #ffa;
57     color: #000;
58     font-size: 10pt;
59     font-weight:bold; font-family:sans-serif;
60     margin: 0; padding: 2px 5px 0px 5px;
61     border-right: 1px solid #cc7;
62     border-top: 1px solid #cc7;
63     text-decoration:none;
64 }
65
66 #tabmenu a.active { 
67     background: #dd8; border-bottom:3px solid #dd8;
68     border-left: 1px solid black;
69 }
70
71 #tabmenu a:hover { color: #fff; background: #ac9; text-decoration:none;}
72 #tabmenu a.active:hover { color: #000; background: #dd8; }
73
74 #content { background: #dd8; border:2px solid black; border-top: none;
75     z-index: 2;margin:0; padding:20px }
76
77 .taglistheader { text-align:center; font-family: sans-serif; } 
78 .taglistheader a { text-decoration: none; color: #000; }
79
80 .calendar { font-family: sans-serif; font-size: 90%; text-align:center }
81 .caltagged { font-weight:bold; background: #ff9; }
82 .caltoday { font-weight:bold; background: #f99; text-align:center; }
83 .calempty { color: #444; text-align:center; }
84 .related { background: #ff9; margin: 5px; padding: 2px; font-family:sans-serif; }
85 .exiftag { font-size: 8pt; background: #ffa; }
86 .exifvalue { font-size: 9pt; background: #fff }
87
88 .htmltagcloud { text-align:  center; font-family: sans-serif; }
89 .photodesc { background: #fff; padding: 10px; margin: 5px 15px 5px 15px; text-align: center; }
90 .photorights { font-size: 90%; padding: 10px; text-align: right; font-weight: bold; }
91 .photolicense { font-size: 80%; padding: 10px; }
92 .smaller { font-size: 80%  }
93
94 .frontpagetable { padding: 10px;  }
95 .frontpagetable th { border: 1px solid black; }
96
97 .tagedittagdelete { margin-right: 2em; }