Mercurial > hg > ywww
view examples/search/style.css @ 40:77ff181476b8
geoip fix?, better debugging
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 30 Jul 2017 05:36:07 -0400 |
parents | 077b0a0a3e6d |
children |
line wrap: on
line source
html { padding:0px; margin:0px; } body { background-color: #EDEFF4; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#564b47; padding:0px; margin:0px; } a { color: #3B5998; font-size: 11px; background-color:transparent; text-decoration: none; } pre { color: #564b47; font-size: 11px; background-color: #e1ddd9; font-family: Courier, Monaco, Monospace; } p,h1, h3, pre { padding: 5px 15px; margin: 0px; } h3 { font-size: 13px; text-transform:uppercase; color: #564b47; background-color: transparent; } #logo { position: absolute; right: 2%; width: 96%; text-align: right; top: 20px; } #left { position: absolute; left: 2%; width: 22%; top: 160px; background-color: #ffffff; } #content { position: absolute; left: 25%; width: 50%; top: 160px; background-color: #ffffff; overflow: auto; } #right { position: absolute; left: 76%; width: 22%; top: 160px; background-color: #ffffff; overflow: auto; } #search { text-align:center; margin-top:30px; } #right, #content, #left { border: 1px solid #564b47; padding:0px; margin:0px; } label{ font-family:verdana,arial,'sans serif'; margin-left:20px; } input.largeText { height:80px; font-family:verdana,arial,'sans serif'; font-size:20px; } input.submitButton { height:30px; font-family:verdana,arial,'sans serif'; font-size:16px; } img { max-width: 200px; max-height: 200px; }