Changeset 338
- Timestamp:
- Oct 31, 2017, 10:42:38 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/push-web
r337 r338 77 77 <body onload="delayedRefresh"> 78 78 <h1> 79 < div class="circle"><b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask" class="circle">Klask</a></b></div>79 <b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask" class="circle">Klask</a></b> 80 80 Tool for <a href="switch-map.png">mapping</a> (<a href="switch-map.png">png</a>|<a href="switch-map.svg">svg</a>) 81 81 the local network [${LOCALTIME}] - site ${SITE_NAME} -
trunk/style-klask.css
r337 r338 4 4 font-family : Verdana; 5 5 font-size : 120%; 6 margin : 2.5ex; 6 7 } 7 8 … … 18 19 19 20 table.sortable th { 20 color : # FFF;21 color : #333; 21 22 background : #000; 22 23 } … … 75 76 padding : 2ex; 76 77 border-radius : 50%; 77 color : # fff;78 color : #FFF; 78 79 text-align : center; 79 background : #000 80 background : #333; 81 } 82 83 .circle a { 84 text-decoration: none; 85 } 86 87 .circle a:hover { 88 background: #AAA; 80 89 } 81 90 … … 88 97 #navbar li { 89 98 float: left; 90 border: 1px solid # bbb;99 border: 1px solid #BBB; 91 100 border-bottom-width: 0; 92 101 margin: 0; 93 border-top-left-radius : 1.5ex;102 border-top-left-radius : 1.5ex; 94 103 border-top-right-radius : 1.5ex; 95 104 } … … 98 107 text-decoration: none; 99 108 display: block; 100 background: # eee;109 background: #EEE; 101 110 padding: 0.8ex 2.5ex; 102 111 color: #00c; 103 112 width: 20ex; 104 113 text-align: center; 105 border-top-left-radius : 1.5ex;114 border-top-left-radius : 1.5ex; 106 115 border-top-right-radius : 1.5ex; 107 116 } 108 117 109 118 #navbar a:hover { 110 background: # ddf;119 background: #DDF; 111 120 } 112 121
Note: See TracChangeset
for help on using the changeset viewer.