Changeset 29 for trunk/web-app/css
- Timestamp:
- Oct 26, 2009, 2:00:46 PM (13 years ago)
- Location:
- trunk/web-app/css
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/default_style.css
r28 r29 2 2 margin: 0; padding: 0; 3 3 font: 10px normal Arial, Helvetica, sans-serif; 4 background: #ddd url(../images/ skin/body_bg.gif) repeat-x;4 background: #ddd url(../images/default_style/body_bg.gif) repeat-x; 5 5 } 6 6 /*a:link, a:visited, a:hover { … … 24 24 /** START :: header **/ 25 25 #header { 26 background: url(../images/ skin/header.png) no-repeat center top;26 background: url(../images/default_style/header.png) no-repeat center top; 27 27 padding-top: 120px; 28 28 } … … 40 40 background: #222; 41 41 font-size: 1.2em; 42 background: url(../images/ skin/topnav/topnav_bg.gif) repeat-x;42 background: url(../images/default_style/topnav/topnav_bg.gif) repeat-x; 43 43 } 44 44 ul.topnav li { … … 56 56 } 57 57 ul.topnav li a:hover{ 58 background: url(../images/ skin/topnav/topnav_hover.gif) no-repeat center top;58 background: url(../images/default_style/topnav/topnav_hover.gif) no-repeat center top; 59 59 } 60 60 ul.topnav li span { /*--Drop down trigger styles--*/ … … 62 62 height: 35px; 63 63 float: left; 64 background: url(../images/ skin/topnav/subnav_btn.gif) no-repeat center top;64 background: url(../images/default_style/topnav/subnav_btn.gif) no-repeat center top; 65 65 } 66 66 ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ … … 90 90 float: left; 91 91 width: 145px; 92 background: #333 url(../images/ skin/topnav/dropdown_linkbg.gif) no-repeat 10px center;92 background: #333 url(../images/default_style/topnav/dropdown_linkbg.gif) no-repeat 10px center; 93 93 padding-left: 20px; 94 94 } 95 95 html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ 96 background: #222 url(../images/ skin/topnav/dropdown_linkbg.gif) no-repeat 10px center;96 background: #222 url(../images/default_style/topnav/dropdown_linkbg.gif) no-repeat 10px center; 97 97 } 98 98 /** END :: topnav **/ … … 153 153 } 154 154 th { 155 background: #fff url(../images/ skin/tables/shadow.jpg);155 background: #fff url(../images/default_style/tables/shadow.jpg); 156 156 color: #666; 157 157 font-size: 11px; … … 172 172 } 173 173 th.asc a { 174 background-image: url(../images/ skin/tables/sorted_asc.gif);174 background-image: url(../images/default_style/tables/sorted_asc.gif); 175 175 } 176 176 th.desc a { 177 background-image: url(../images/ skin/tables/sorted_desc.gif);177 background-image: url(../images/default_style/tables/sorted_desc.gif); 178 178 } 179 179 … … 211 211 } 212 212 .buttons input.delete { 213 background: transparent url(../images/obsolete/ skin/database_delete.png) 5px 50% no-repeat;213 background: transparent url(../images/obsolete/default_style/database_delete.png) 5px 50% no-repeat; 214 214 padding-left: 28px; 215 215 } 216 216 .buttons input.edit { 217 background: transparent url(../images/obsolete/ skin/database_edit.png) 5px 50% no-repeat;217 background: transparent url(../images/obsolete/default_style/database_edit.png) 5px 50% no-repeat; 218 218 padding-left: 28px; 219 219 } 220 220 .buttons input.save { 221 background: transparent url(../images/obsolete/ skin/database_save.png) 5px 50% no-repeat;221 background: transparent url(../images/obsolete/default_style/database_save.png) 5px 50% no-repeat; 222 222 padding-left: 28px; 223 223 } -
trunk/web-app/css/login_panel.css
r23 r29 27 27 /* Panel Tab/button */ 28 28 .tab { 29 background: url(../images/ skin/login_panel/tab_b.png) repeat-x 0 0;29 background: url(../images/default_style/login_panel/tab_b.png) repeat-x 0 0; 30 30 height: 42px; 31 31 position: relative; … … 51 51 52 52 .tab ul.login li.left { 53 background: url(../images/ skin/login_panel/tab_l.png) no-repeat left 0;53 background: url(../images/default_style/login_panel/tab_l.png) no-repeat left 0; 54 54 height: 42px; 55 55 width: 30px; … … 61 61 62 62 .tab ul.login li.right { 63 background: url(../images/ skin/login_panel/tab_r.png) no-repeat left 0;63 background: url(../images/default_style/login_panel/tab_r.png) no-repeat left 0; 64 64 height: 42px; 65 65 width: 30px; … … 76 76 float: left; 77 77 height: 42px; 78 background: url(../images/ skin/login_panel/tab_m.png) repeat-x 0 0;78 background: url(../images/default_style/login_panel/tab_m.png) repeat-x 0 0; 79 79 } 80 80 … … 100 100 } 101 101 102 .tab a.open {background: url(../images/ skin/login_panel/bt_open.png) no-repeat left 0;}103 .tab a.close {background: url(../images/ skin/login_panel/bt_close.png) no-repeat left 0;}104 .tab a:hover.open {background: url(../images/ skin/login_panel/bt_open.png) no-repeat left -19px;}105 .tab a:hover.close {background: url(../images/ skin/login_panel/bt_close.png) no-repeat left -19px;}102 .tab a.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left 0;} 103 .tab a.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left 0;} 104 .tab a:hover.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left -19px;} 105 .tab a:hover.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left -19px;} 106 106 107 107 /* sliding panel */ … … 223 223 #panel .content input.bt_login { 224 224 width: 74px; 225 background: transparent url(../images/ skin/login_panel/bt_login.png) no-repeat 0 0;225 background: transparent url(../images/default_style/login_panel/bt_login.png) no-repeat 0 0; 226 226 } 227 227 … … 229 229 width: 94px; 230 230 color: white; 231 background: transparent url(../images/ skin/login_panel/bt_register.png) no-repeat 0 0;231 background: transparent url(../images/default_style/login_panel/bt_register.png) no-repeat 0 0; 232 232 } 233 233
Note: See TracChangeset
for help on using the changeset viewer.