- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 15:10:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv12038 Modified Files: style.css Log Message: updated Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- style.css 8 May 2011 07:34:28 -0000 1.69 +++ style.css 8 May 2011 15:10:51 -0000 1.70 @@ -324,3 +324,56 @@ .atv { color: #060; } } +#jumpIndexA-button { + cursor: pointer; + font-size: 13px; + position: fixed; + bottom: 0; + right: 8px; + padding: 0.0em 0.45em .2em 0.45em; + z-index: 30; + background: rgba(0,90,156,0.7); + color: white; + border-radius: .4em .4em 0 0; + -moz-border-radius: .4em .4em 0 0; +} + +.jumpIndexA { + font-size: 16px; + text-align: right; + display: inline; + position: absolute; + /* position: fixed; */ + top: 0; + right: 0; + height: auto; + width: 27em; + line-height: 1.3em; + padding: .65em; + font-family: sans-serif; + background: rgba(0,90,156,0.9); + color: white; + -moz-border-radius: 8px; + border-radius: 8px; + -webkit-box-shadow: 4px 4px 4px #888; + -moz-box-shadow: 4px 4px 4px #888; + box-shadow: 4px 4px 4px #888; +} +.jumpIndexA * { + margin: 0; + padding: 0; + font: inherit; + text-indent: 0; +} +.jumpIndexA a { + color: white; + padding: 2px; + text-decoration: none; +} +.jumpIndexA a:hover { + color: #D93B00; +} +.jumpIndexA a:focus { + color: #D93B00; + background-color: yellow; +}
Received on Sunday, 8 May 2011 15:10:55 UTC