Mercurial > hg > ywww
diff examples/search/style.css @ 6:077b0a0a3e6d
remaining originals according to dependency walk
author | Robert Boland <robert@markup.co.uk> |
---|---|
date | Thu, 16 Feb 2017 22:29:02 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/search/style.css Thu Feb 16 22:29:02 2017 +0000 @@ -0,0 +1,109 @@ +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; +} + +