Changeset 339
- Timestamp:
- Oct 31, 2017, 10:48:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style-klask.css
r338 r339 1 1 2 2 h1{ 3 text-align : center;4 font-family : Verdana;5 font-size : 120%;6 margin : 2.5ex;3 text-align : center; 4 font-family : Verdana; 5 font-size : 120%; 6 margin : 2.5ex; 7 7 } 8 8 9 9 table.sortable { 10 border-collapse 11 font-family 10 border-collapse : collapse; 11 font-family : Verdana; 12 12 } 13 13 … … 19 19 20 20 table.sortable th { 21 color : # 333;22 background : # 000;21 color : #FFF; 22 background : #333; 23 23 } 24 24 … … 40 40 41 41 table.sortable td { 42 border : 1px solid #AAA;43 border-top : 1px solid #AAA;44 border-bottom : 1px solid #AAA;45 border-left : 1px solid #AAA;46 border-right : 1px solid #AAA;42 border : 1px solid #AAA; 43 border-top : 1px solid #AAA; 44 border-bottom : 1px solid #AAA; 45 border-left : 1px solid #AAA; 46 border-right : 1px solid #AAA; 47 47 } 48 48 … … 73 73 } 74 74 75 .circle {76 padding : 2ex;77 border-radius : 50%;78 color : #FFF;79 text-align : center;80 background : #333;75 a.circle { 76 padding : 2ex; 77 border-radius : 50%; 78 color : #FFF; 79 text-align : center; 80 background : #333; 81 81 } 82 82 83 .circle a{84 text-decoration : none;83 a.circle { 84 text-decoration : none; 85 85 } 86 86 87 .circle a:hover{88 background : #AAA;87 a:hover.circle { 88 background : #AAA; 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.