Changeset 14311 for main/ikobacustom.aaue
- Timestamp:
- 5 Dec 2016, 09:24:28 (8 years ago)
- Location:
- main/ikobacustom.aaue/trunk/layout
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.aaue/trunk/layout/static/custom.css
r13792 r14311 1 1 a { 2 color: # 03418a;2 color: #930303; 3 3 } 4 4 5 5 a:hover { 6 color: # 0d3664;6 color: #5f0500; 7 7 } 8 8 … … 12 12 13 13 .navbar-inverse { 14 background-color: # 0d3664;15 background-image: -webkit-linear-gradient(top, # 0d3664 0%, #03418a100%);16 background-image: linear-gradient(to bottom, # 0d3664 0%, #03418a100%);14 background-color: #5f0500; 15 background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%); 16 background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%); 17 17 background-repeat: repeat-x; 18 18 } … … 28 28 .navbar-inverse .navbar-nav > .active > a:focus { 29 29 color: #ffffff; 30 background-color: # 03418a;30 background-color: #930303; 31 31 background-image: none; 32 32 background-image: none; … … 37 37 38 38 .navbar-inverse .navbar-toggle { 39 border-color: # 03418a;39 border-color: #930303; 40 40 } 41 41 42 42 .navbar-inverse .navbar-toggle:hover, 43 43 .navbar-inverse .navbar-toggle:focus { 44 background-color: # 03418a;44 background-color: #930303; 45 45 } 46 46 … … 48 48 .navbar-inverse .navbar-nav > .open > a:hover, 49 49 .navbar-inverse .navbar-nav > .open > a:focus { 50 background-color: # 03418a;50 background-color: #930303; 51 51 color: #fff; 52 52 } -
main/ikobacustom.aaue/trunk/layout/theme.html
r14175 r14311 192 192 <div class="col-md-10 content ikoba-content-narrow"> 193 193 <div id="logo-container-narrow"> 194 < img src="static_custom/pcn_logo.png" width="65">194 <!-- Place logo here --> 195 195 </div> 196 196 <div class="well"> … … 324 324 <div class="col-md-12 content ikoba-content-wide"> 325 325 <div id="logo-container-wide"> 326 < img src="static_custom/pcn_logo.png" width="80">326 <!-- Place logo here --> 327 327 </div> 328 328 <div class="well ikoba-content">
Note: See TracChangeset for help on using the changeset viewer.