comparison plugins/enigma/skins/larry/enigma.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 /*** Style for Enigma plugin ***/
2
3 /***** Messages displaying *****/
4
5 #enigma-message,
6 #messagebody div #enigma-message
7 {
8 margin: 0;
9 margin-bottom: 5px;
10 padding: 6px 12px 6px 30px;
11 font-weight: bold;
12 }
13
14 div.enigmaerror,
15 #messagebody div.enigmaerror
16 {
17 background: url(enigma_icons.png) 3px -201px no-repeat #f2cccd;
18 border: 1px solid #c00005;
19 color: #c00005;
20 }
21
22 div.enigmanotice,
23 #messagebody div.enigmanotice
24 {
25 background: url(enigma_icons.png) 3px -171px no-repeat #c9e6d3;
26 border: 1px solid #008a2e;
27 color: #008a2e;
28 }
29
30 div.enigmawarning,
31 #messagebody div.enigmawarning
32 {
33 background: url(enigma_icons.png) 3px -231px no-repeat #fef893;
34 border: 1px solid #ffdf0e;
35 color: #960;
36 }
37
38 #enigma-message a
39 {
40 color: #666666;
41 padding-left: 10px;
42 }
43
44 #enigma-message a:hover
45 {
46 color: #333333;
47 }
48
49 p.enigmaattachment {
50 margin: 0.5em 1em;
51 width: auto;
52 background: #f9f9f9;
53 border: 1px solid #d3d3d3;
54 border-radius: 4px;
55 }
56
57 p.enigmaattachment a {
58 display: block;
59 background: url(enigma_icons.png) 8px -78px no-repeat;
60 padding: 1em 0.5em 1em 46px;
61 }
62
63 /***** E-mail Compose Page *****/
64
65 #messagetoolbar a.button.enigma {
66 background-image: url(enigma_icons.png);
67 background-position: center -122px;
68 background-repeat: no-repeat;
69 }
70
71 #enigmamenu {
72 color: white;
73 padding: 2px 5px;
74 }
75
76
77 /***** Keys/Certs Management *****/
78
79 #settings-sections .enigma.keys a {
80 background-image: url(enigma_icons.png);
81 background-position: 7px -345px;
82 background-repeat: no-repeat;
83 }
84
85 #settings-sections .enigma.keys.selected a {
86 background-image: url(enigma_icons.png);
87 background-position: 7px -368px;
88 background-repeat: no-repeat;
89 }
90
91 #sections-table #rcmrowenigma .section {
92 background-image: url(enigma_icons.png);
93 background-position: 5px -297px;
94 background-repeat: no-repeat;
95 }
96
97 #sections-table #rcmrowenigma.selected .section {
98 background-image: url(enigma_icons.png);
99 background-position: 5px -321px;
100 background-repeat: no-repeat;
101 }
102
103 #mainscreen.enigma #settings-sections,
104 #mainscreen.enigma #settings-right
105 {
106 top: 44px;
107 }
108
109 #enigmacontent-box
110 {
111 position: absolute;
112 top: 0px;
113 left: 272px;
114 right: 0px;
115 bottom: 0px;
116 }
117
118 #enigmakeyslist
119 {
120 position: absolute;
121 top: 0;
122 bottom: 0;
123 left: 0;
124 width: 260px;
125 }
126
127 #keylistcountbar
128 {
129 margin-top: 4px;
130 margin-left: 4px;
131 }
132
133 #keys-table
134 {
135 width: 100%;
136 table-layout: fixed;
137 }
138
139 #keys-table td
140 {
141 text-overflow: ellipsis;
142 }
143
144 #keyimportform fieldset div
145 {
146 background-color: #eee;
147 padding: 10px;
148 }
149
150 #keycreateform td > label {
151 display: block;
152 }
153
154 #keystoolbar
155 {
156 position: absolute;
157 top: -6px;
158 left: 0;
159 height: 40px;
160 white-space: nowrap;
161 z-index: 10;
162 }
163
164 #keystoolbar a.button
165 {
166 background: url(enigma_icons.png) 0 0 no-repeat transparent;
167 }
168
169 #keystoolbar a.import {
170 background-position: center 0;
171 }
172
173 #keystoolbar a.export {
174 background-position: center -40px;
175 }