-rw-r--r-- | content/fireflix.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 47455f6..4fba5d3 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -59,64 +59,68 @@ image#search_photo, image#set_photo, image#set_primary { | |||
59 | font-size: 300%; | 59 | font-size: 300%; |
60 | font-weight: bold; | 60 | font-weight: bold; |
61 | color: yellow; | 61 | color: yellow; |
62 | } | 62 | } |
63 | .about .link { | 63 | .about .link { |
64 | text-decoration: underline; | 64 | text-decoration: underline; |
65 | color: white; | 65 | color: white; |
66 | cursor: pointer; | 66 | cursor: pointer; |
67 | } | 67 | } |
68 | 68 | ||
69 | menuitem.menuhead { | 69 | menuitem.menuhead { |
70 | background: gray; | 70 | background: gray; |
71 | color: black; | 71 | color: black; |
72 | font-weight: bold; | 72 | font-weight: bold; |
73 | } | 73 | } |
74 | 74 | ||
75 | div#searchresult_description { | 75 | div#searchresult_description { |
76 | min-height: 5em; max-height: 8em; | 76 | min-height: 5em; max-height: 8em; |
77 | overflow: auto; | 77 | overflow: auto; |
78 | font-size: 90%; | 78 | font-size: 90%; |
79 | margin: 0.1ex 0.5ex; | 79 | margin: 0.1ex 0.5ex; |
80 | } | 80 | } |
81 | 81 | ||
82 | #copying div { | 82 | #copying div { |
83 | margin: 1ex 1em; | 83 | margin: 1ex 1em; |
84 | font-family: courier, monospace; | 84 | font-family: courier, monospace; |
85 | font-size: 9pt; | 85 | font-size: 9pt; |
86 | padding: 2px; | 86 | padding: 2px; |
87 | border: dotted 1px gray; | 87 | border: dotted 1px gray; |
88 | background: white; | 88 | background: white; |
89 | } | 89 | } |
90 | 90 | ||
91 | label#search_page { | 91 | label#search_page { |
92 | font-weight: bold; | 92 | font-weight: bold; |
93 | background: white; color: #404040; | 93 | background: white; color: #404040; |
94 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; | 94 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; |
95 | border-style: solid; | 95 | border-style: solid; |
96 | border-width: 1px; | 96 | border-width: 1px; |
97 | -moz-border-radius: 1em; | 97 | -moz-border-radius: 1em; |
98 | padding: 0.5ex 1ex; | 98 | padding: 0.5ex 1ex; |
99 | } | 99 | } |
100 | 100 | ||
101 | html body { | 101 | html body { |
102 | font-family: arial, sans-serif; | 102 | font-family: arial, sans-serif; |
103 | font-size: 11pt; | 103 | font-size: 11pt; |
104 | margin: 1em 4em; | 104 | margin: 1em 4em; |
105 | padding: 1em 4em; | 105 | padding: 1em 4em; |
106 | border: double 3px gray; | 106 | border: double 3px gray; |
107 | background: #ffffc0; | 107 | background: #ffffc0; |
108 | } | 108 | } |
109 | html h1 { | 109 | html h1 { |
110 | font-size: 130%; color: maroon; | 110 | font-size: 130%; color: maroon; |
111 | } | 111 | } |
112 | html p { | 112 | html p { |
113 | text-align: justify; | 113 | text-align: justify; |
114 | } | 114 | } |
115 | 115 | ||
116 | html div.copyright { | 116 | html div.copyright { |
117 | font-size: 60%; | 117 | font-size: 60%; |
118 | text-align: right; | 118 | text-align: right; |
119 | } | 119 | } |
120 | html div.copyright a { | 120 | html div.copyright a { |
121 | text-decoration: none; | 121 | text-decoration: none; |
122 | } | 122 | } |
123 | |||
124 | button.lean { | ||
125 | min-width: 1ex; | ||
126 | } | ||