Changeset 263:91be8e2ae519 for admin/style
- Timestamp:
- 05/14/11 10:46:43 (14 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/install.css
r69 r263 7 7 */ 8 8 body.install { 9 font: 0.8 em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;9 font: 0.875em Helvetica,Arial,sans-serif; 10 10 color: #000; 11 11 background-color: #fff; 12 line-height: 1.5em; 12 13 } 13 14 body.install #content { 14 width: 500px;15 width:32em; 15 16 margin:1em auto; 16 17 } … … 20 21 -moz-border-radius:8px; 21 22 -webkit-border-radius:8px; 23 border-radius: 8px; 22 24 } 23 25 body.install h1,h2 { … … 40 42 } 41 43 body.install label { 42 font-weight: bold;43 44 color: #555; 44 45 } 45 46 46 47 body.install .msg { 47 padding:10px 10px 10px 42px;48 padding:10px 10px 10px 60px; 48 49 -moz-border-radius:8px; 49 50 -webkit-border-radius:8px; … … 55 56 background: #eef url(install/note.png) no-repeat 10px 10px; 56 57 } 58 a, a:link, a:visited { 59 color: #2373A8; 60 text-decoration: none; 61 border-bottom: 1px dotted #f90; 62 } 63 a:hover, a:active, a:focus { 64 text-decoration: underline; 65 } 57 66 58 67 div.error, p.error, div.message, p.message, div.static-msg, p.static-msg { 59 padding: 0.5em 0.5em 0.5em 40px;68 padding: 0.5em 0.5em 0.5em 60px; 60 69 margin-bottom: 1em; 61 70 -moz-border-radius: 8px; … … 67 76 } 68 77 div.error, p.error { 69 background: #e5bfbf url( msg-error.png) no-repeat 5px 5px;78 background: #e5bfbf url(install/process_warning.png) no-repeat 5px 5px; 70 79 color: #600; 71 80 } 72 81 div.message, p.message, div.static-msg, p.static-msg { 73 background: #666 url( msg-std.png) no-repeat 5px 5px;82 background: #666 url(install/note.png) no-repeat 5px 5px; 74 83 color: #fff; 75 84 } … … 86 95 label.required { 87 96 font-weight : bold; 88 }89 label.required:before {90 content : '* ';91 color : #c00;92 97 } 93 98 … … 123 128 -webkit-border-radius: 2px; 124 129 } 130 131 input[type=submit]{ 132 font-size: 1.05em; 133 display: inline-block; 134 outline: none; 135 cursor: pointer; 136 text-align: center; 137 text-decoration: none; 138 padding: .1em .5em; 139 text-shadow: 0 1px 1px rgba(0,0,0,.3); 140 -webkit-border-radius: .2em; 141 -moz-border-radius: .2em; 142 border-radius: .2em; 143 margin-bottom: .1em; 144 color: #fff; 145 border: 1px solid #2373A8; 146 background: #2373A8; 147 background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); 148 background: -moz-linear-gradient(top, #2C8FD1, #2373A8); 149 } 150 input[type=submit]:hover, 151 input[type=submit]:focus { 152 background: #2373A8; 153 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 154 background: -moz-linear-gradient(top, #2373A8, #2C8FD1); 155 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); 156 border: 1px solid #2C8FD1; 157 } -
admin/style/install/important.png
- Property exe set to *
-
admin/style/install/note.png
- Property exe set to *
-
admin/style/msg-error.png
- Property exe set to *
-
admin/style/package.png
- Property exe set to *
Note: See TracChangeset
for help on using the changeset viewer.