Changeset 16594
- Timestamp:
- 1 Sep 2021, 06:11:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ecns/trunk/layout/static/custom.css
r12303 r16594 1 1 a { 2 color: # 930303;2 color: #4f1a4e; 3 3 } 4 4 5 #4f1a4e 6 #70246f 7 571c56 8 5 9 a:hover { 6 color: #5 f0500;10 color: #571c56; 7 11 } 8 12 … … 12 16 13 17 .navbar-inverse { 14 background-color: #5 f0500;15 background-image: -webkit-linear-gradient(top, #5 f0500 0%, #930303100%);16 background-image: linear-gradient(to bottom, #5 f0500 0%, #930303100%);18 background-color: #571c56; 19 background-image: -webkit-linear-gradient(top, #571c56 0%, #4f1a4e 100%); 20 background-image: linear-gradient(to bottom, #571c56 0%, #4f1a4e 100%); 17 21 background-repeat: repeat-x; 18 22 } … … 28 32 .navbar-inverse .navbar-nav > .active > a:focus { 29 33 color: #ffffff; 30 background-color: # 930303;34 background-color: #4f1a4e; 31 35 background-image: none; 32 36 background-image: none; … … 37 41 38 42 .navbar-inverse .navbar-toggle { 39 border-color: # 930303;43 border-color: #4f1a4e; 40 44 } 41 45 42 46 .navbar-inverse .navbar-toggle:hover, 43 47 .navbar-inverse .navbar-toggle:focus { 44 background-color: # 930303;48 background-color: #4f1a4e; 45 49 } 46 50 … … 48 52 .navbar-inverse .navbar-nav > .open > a:hover, 49 53 .navbar-inverse .navbar-nav > .open > a:focus { 50 background-color: # 930303;54 background-color: #4f1a4e; 51 55 color: #fff; 52 56 }
Note: See TracChangeset for help on using the changeset viewer.