Project

General

Profile

« Previous | Next » 

Revision 1428

Added by Dietmar over 13 years ago

update Argostheme to version 1.5 (Tks to Argos)
validation fixes
call edit_full_area on the fly

View differences:

theme.css
1 1

  
2
html {
3
overflow: -moz-scrollbars-vertical;  /* Force firefox to always show room for a vertical scrollbar */
4
}
2
html {overflow:-moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar */}
5 3

  
6 4
body,td,th,input,textarea {font-family:verdana,arial,helvetica,sans-serif;font-size:11px;color:#333;}
7 5
body {background:#f9f9f9 url(images/background.jpg) 0 0 repeat-x;margin:0;text-align:center;}
8
img {	border: 0px;}
6
img {border:0px;}
9 7

  
10 8
#admin_header {text-align:center;width:900px;height:105px;margin:0 auto;padding:10px 0 0 0;}
11 9
#admin_header a#website_title {display:block;text-align:left;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;text-decoration:none;}
......
31 29

  
32 30
#content_container {text-align:center;width:900px;clear:both;margin:0 auto;}
33 31
.content {margin:0;padding:20px 0;width:900px;text-align:left;vertical-align:top;}
34

  
35 32
hr {margin:15px 0;color:#003366;height:1px;}
36 33

  
37 34
.hide {display:none;}
38
.note {color:#666;font-size:10px;}
35
.note {color:#666;font-size:11px;}
39 36

  
40 37
form {margin:0;}
41 38
label {cursor:pointer;}
......
44 41
/* WB2.8 STYLES */
45 42
.img_noborder img {border:0;}
46 43
iframe {border:1px solid #35373a;}
47
div.box {font-size:small;width:100%;text-align:right;margin:-10px 0 0 0;}
44
div.box {font-size:11px;width:100%;text-align:right;margin:-10px 0 0 0;}
48 45
.section {margin-top:10px;padding:0;border:1px solid #999;height:75px;width:100%;background-color:#fdfdfd;}
49 46
.graphic {width:50px;height:50px;border:4px solid #fdfdfd;padding-left:3px;}
50 47
.graphic img {vertical-align:middle;background-color:#fff;padding:4px;border:1px solid #d0d0d0;}
51 48
.title {text-align:left;font-weight:bold;font-size:14px;margin-bottom:5px;}
49
span.title { display :block;}
52 50
.description {text-align:left;padding:4px 4px 0 4px;}
53
.note {color:#666;font-size:10px;}
51
.note {color:#666;font-size:11px;}
54 52
.bold {font-weight:bold;}
55 53

  
56 54
.submit, .cancel {width:100px;margin-top:5px;}
......
67 65
select option.disabled {color:#aaa;}
68 66

  
69 67
.jsadmin_drag img {margin-top:2px;vertical-align:top;cursor:pointer;}
70
.jsadmin_drag img:hover {/* background-color: lightgrey; */}
68
.jsadmin_drag img:hover {/* background-color:lightgrey;*/}
71 69
.modify_link {padding:4px 0 0 7px;}
72 70

  
73 71
.settings_table td {vertical-align:top;text-align:left;padding:5px;}
74 72
.setting_name {width:10%;min-width:180px;}
75
.setting_value { width: 90%}
73
.setting_value {width:90%}
76 74
.setting_value input, .setting_value select, .setting_value textarea {width:100%;}
77 75
.setting_value textarea {height:50px;}
78 76

  
......
86 84
.pages_list {font-weight:bold;}
87 85
.pages_list .icon_col td img {display:block;border-style:none;float:left;padding-right:7px;}
88 86
.pages_list table {width:900px;}
89
.pages_list ul {margin:0;font-weight:normal;padding: 0;}
87
.pages_list ul {margin:0;font-weight:normal;padding:0;}
90 88
.pages_list ul li {list-style-type:none;margin:2px 0;}
91 89

  
92 90
table.pages_view {width:900px;}
93
table.pages_view tr, tr.sectionrow {background:#f0f0f0; line-height :2.2em;}
91
table.pages_view tr, tr.sectionrow {background:#f0f0f0;line-height:2.2em;}
94 92
table.pages_view tr:hover, tr.sectionrow:hover {background:#eaeff6;}
95 93
tr.sectionrow {padding:0 10px;}
96 94
tr.sectionrow td {border-top:3px solid #f9f9f9;}
97 95

  
98 96
.page_list {display:none;}
99 97
.page_list_show li {display:block;}
100
img.page_list_rights {border:none;float:left;margin:0;vertical-align:middle; padding :2px;}
98
img.page_list_rights {border:none;float:left;margin:0;vertical-align:middle;padding :2px;}
101 99

  
102 100
.sections_list {font-weight:bold;padding-left:10px;}
103 101
.sections_list table {width:900px;}
104 102

  
105

  
106 103
.header_list_type {text-align:left;}
107 104
.header_list_block {text-align:left;width:180px;}
108 105
.header_list_pubdate_start {text-align:left;width:200px;}
......
110 107
.header_list_sections_actions {text-align:left;width:30px;}
111 108
.header_list_section_id {width:30px;text-align:right;}
112 109

  
113

  
114 110
.list_section_id {width:30px;text-align:right;}
115 111
.list_pubdate_start {text-align:left;width:200px;}
116 112
.list_pubdate_end {text-align:left;width:200px;}
117
/*
118
.header_list_page_title {text-align:left;}
119
.header_list_menu_title {width:300px;text-align:left;}
120
.header_list_page_id{width:50px;text-align:left;}
121
.list_page_title {text-align:left;}
122
.list_menu_title {width:300px;text-align:left;}
123
.list_page_id {width:50px;text-align:left;}
124
*/
125
.header_list_menu_title {text-align:left;}
126
.header_list_page_title {width:300px; text-align:left;}
127
td.list_page_title { line-height: 1.3em;
128
	padding-top: 3px;
129
	padding-bottom: 3px;
130
}
131 113

  
132
.header_list_page_id {width:50px; text-align: right; padding-right:15px;}
133
.header_list_actions {width:150px; text-align:left;}
114
.header_list_menu_title {text-align:left;padding-left:30px;}
115
.header_list_page_title {width:334px;text-align:left;}
116
.header_list_page_id {width:30px;text-align:left;}
117
.header_list_actions {width:178px;text-align:left;}
134 118

  
135 119
.list_menu_title {text-align:left;}
136
.list_page_title {width:300px;text-align:left; }
120
.list_page_title {width:300px;text-align:left;}
137 121

  
138
.list_page_id {width:50px;text-align: right; padding-right:15px;}
122
.list_page_id {width:50px;text-align:right;padding-right:15px;}
139 123
.list_actions {width:25px;text-align:left;}
140 124

  
141
.value_page_code {color: #006400; font-weight: 400; width: 240px; }
142
.list_page_code { width: 240px; }
143
.list_page_language { width: 240px; }
144
#multi_lingual { font-weight: bolder; }
145
.right{ text-align: right; }
146
.left{ text-align: left; }
125
.value_page_code {color:#006400;font-weight:bold;width:240px;}
126
.list_page_code {width:240px;}
127
.list_page_language {width:240px;}
128
#multi_lingual {font-weight:bold;}
129
.right{text-align:right;}
130
.left{text-align:left;}
147 131

  
148
/* Preference styles */
149
div.content_box { position: relative; margin: 0px auto; }
150
div.content_box form{background: transparent;  height: auto; }
151
div.content_box fieldset { margin: 10px auto; }
152
div.content_box legend {  color: #336699; font-size: 15px; font-weight:bold;padding: 0px 3px 0px 4px; }
153
div.content_box label{ font-weight: 600; padding-left:4px; }
154
div.content_box input{ width: 400px; }
155
.be_section { border: 2px groove #6ea0d0; }
132
/* set div layers in dead tables */
133
.subcolumns {width:100%;overflow:hidden;margin:10px 0;}
134
.subcolumns_oldgecko {width:100%;float:left;margin:10px 0;}
156 135

  
157
/* set div layers indead tables */
158
.subcolumns { width: 100%; overflow: hidden; }
159
.subcolumns_oldgecko { width: 100%; float: left; }
136
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {float:left;}
137
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {float:right;margin-left:-5px;}
160 138

  
161
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float: left; }
162
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float: right; margin-left: -5px; }
139
.c10l, .c10r {width:10%;}
140
.c20l, .c20r {width:20%;line-height:2em;}
141
.c40l, .c40r {width:40%;}
142
.c60l, .c60r {width:60%;height:21px;}
143
.c25l, .c25r {width:28%;}
144
.c33l, .c33r {width:33.333%;}
145
.c50l, .c50r {width:50%;}
146
.c66l, .c66r {width:66.666%;}
147
.c38l, .c38r {width:38.2%;}
148
.c62l, .c62r {width:61.8%;}
149
.subc {padding:0 0.5em;}
150
.subcl {padding:0 1em 0 0;}
151
.subcr {padding:0 0 0 1em;}
163 152

  
164
  .c10l, .c10r { width: 10%; }
165
  .c20l, .c20r { width: 20%; line-height:2em;}
166
  .c40l, .c40r { width: 40%; }
167
  .c60l, .c60r { width: 60%; height: 21px;}
168
  .c25l, .c25r { width: 28%; }
169
  .c33l, .c33r { width: 33.333%; }
170
  .c50l, .c50r { width: 50%; }
171
  .c66l, .c66r { width: 66.666%; }
172
  .c38l, .c38r { width: 38.2%; }
173
  .c62l, .c62r { width: 61.8%; }
174
  .subc { padding: 0 0.5em; }
175
  .subcl { padding: 0 1em 0 0; }
176
  .subcr { padding: 0 0 0 1em; }
153
.c80l, .c80r, .c90l, .c90r {width:80%;}
154
.c75l, .c75r, .c80l, .c80r {width:75%;}
177 155

  
178
.c80l, .c80r, .c90l, .c90r { width: 80%; }
179
.c75l, .c75r, .c80l, .c80r { width: 75%; }
156
.info {padding:10px;margin-bottom:0.5em;background:#f8f8f8;color:#666;font-size:11px;}
157
.note {border:2px #484 solid;padding:10px;margin:10px auto;background:#efe;color:#040;}
158
.important {border:2px #884 solid;padding:10px; margin-bottom:1em;background:#ffe;color:#440;}
159
.warning {border:2px #844 solid;padding:10px;margin:1em auto;background:#fee;color:#400;}
180 160

  
181
.info { padding: 10px; margin-bottom: 0.5em; background: #f8f8f8; color: #666; font-size: 91.7%; }
182
.note { border: 2px #484 solid; padding: 10px;margin: 10px auto; background: #efe; color: #040; }
183
.important { border: 2px #884 solid; padding: 10px;  margin-bottom: 1em; background: #ffe; color: #440; }
184
.warning { border: 2px #844 solid; padding: 10px; margin: 1em auto; background: #fee; color: #400; }
161
.row_0 {background-color:transparent;}
162
.row_1 {background-color:#ccddee;}
185 163

  
186
.row_0 { background-color: transparent; }
187
.row_1 { background-color: #ccddee; }
188

  
189 164
#language,
190 165
#timezone,
191 166
#date_format,
192
#time_format { min-width: 250px; }
193

  
167
#time_format,
194 168
#display_name,
195 169
#username,
196 170
#email,
197 171
#new_password_1,
198 172
#new_password_2,
199
#current_password { min-width: 250px;  }
173
#current_password {width:640px;}
200 174

  
201

  
202 175
#submit,
203
#reset { max-width: 100px; }
176
#reset {max-width:100px;}
204 177

  
205
	fieldset.be_section{
206
      clear: both;
207
      -moz-border-radius: 8px;
208
      -khtml-border-radius: 8px;
209
      -webkit-border-radius: 8px;
210
      margin-top: 0.7em;
211
      text-align: left;
212
      background: #e1e1e1 none;
213
   }
214

  
215
div#username { height: 17px; width:402px; min-width:250px; border: 0px groove #6799c4; text-align: left; font-weight:bold; margin:0;} 
216
.save_section { margin: 20px auto 5px auto; }
178
div#username {height:17px;width:640px;text-align:left;font-weight:bold;margin:0;} 
179
.save_section {margin:20px auto 5px auto;}

Also available in: Unified diff