From e9c45d5f25b67c1f850ce612406aee44897f1bf6 Mon Sep 17 00:00:00 2001 From: JanLehnardt Date: Sun, 19 Nov 2006 12:09:00 +0000 Subject: [PATCH] annoying svn! git-svn-id: http://couchdb.googlecode.com/svn/trunk@56 efc57d8c-411c-0410-91b3-cfdf4dd2bc77 --- .../Demos/php/BugShrink/shrink.screen.css | 170 +++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 CouchProjects/Demos/php/BugShrink/shrink.screen.css diff --git a/CouchProjects/Demos/php/BugShrink/shrink.screen.css b/CouchProjects/Demos/php/BugShrink/shrink.screen.css new file mode 100644 index 0000000..41838f6 --- /dev/null +++ b/CouchProjects/Demos/php/BugShrink/shrink.screen.css @@ -0,0 +1,170 @@ + a, a:visited, #head:hover { + color: #661400; + text-decoration: underline; + +} + + a :active, a:hover { + color: #B36B00; +} + +h1 { + font-family: "Times New Roman", + Serif; +} + +body { + font-family: "Lucida Grande", + Helvetica, + Arial, "Sans-Serif"; + padding-left: 15%; + padding-right: 25%; + color: #222222; +} + +hr { + border: solid 1px #000000; + margin-top: 1em; + height: 1px; +} + +input, textarea { + padding: .3em; +} + +#shrinkState ul li { + list-style-type: none; + display: inline; + padding-right: 1.5em; +} + +#shrinkState ul { + padding: 3px; + +} + +#shrinkState { + background-color: #BFCFFF; + text-align: center; +} + +#add { + margin-bottom: 1em; +} + +#footer { + font-size: 0.7em; +} + +#BugBody { + font-family: sans-serif; + width: 98%; + border: #454545 solid 1px; + font-size: 1em; +} + +#Author { + border: #454545 solid 1px; +} + +#AuthorContainer { + margin-bottom: .5em; +} + +#help { + font-size: 0.7em; + color: #676767; + text-align: right; +} + +#head { + text-decoration: none; + color: #000000; +} + +#diff { + font-family: monospace; +} + +#by { + font-style: italic; + font-size: small; + margin-left: -1.85em; +} + +#new_project, #new_category { + padding: 0px; + margin: 0px; + width: 6em; + margin-left: .5em; + display: inline; + +} +.new_type { + font-size: 0.8em; + float: right; + margin-left: 2em; +} + +.activeMeta { + color: #777777; +} + +.tags div ul { + margin: 0px; + padding: 0px; +} + +.tags div ul li { + display: inline; + list-style-type: none; + margin-right: .5em; +} + +.tags .label { + text-align: right; +} + +.metaList { + float: left; +} + +.tags { + background-color: #E6ECFF; + font-size: .8em; + padding: .3em; + margin-bottom: .3em; +} + + .list :hover{ + background-color: #BFCFFF; +} +.bug { + /* background-color :#F2F5FF;*/ + padding: .3em; + margin-bottom: 1px; +} + +.Open { + background-color: #FF3300; +} +.Closed { + background-color: #CFE673; +} + +.desc { + margin-top: 1em; + margin-bottom: 1em; + background-color: #EEEEEE; + padding: 3px; +} + +.Subject { + float: left; +} +.bugDetails { + line-height: 1.6em; + font-size: 0.7em; + text-align: right; +} + -- 2.11.4.GIT