diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-10-30 18:18:33 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-10-30 18:18:33 +0100 |
| commit | 1c03304bc25c38b6baa6de73332fd030df3e0400 (patch) | |
| tree | 1b9850ea2ebb46701380f34db73765f7ab39e3aa /chimere_example_static/chimere/css | |
| parent | e52f9f1cbef803c826510bfdea46ea205240a882 (diff) | |
| download | Chimère-1c03304bc25c38b6baa6de73332fd030df3e0400.tar.bz2 Chimère-1c03304bc25c38b6baa6de73332fd030df3e0400.zip | |
Many improvments for searches and bootstrap themes
Diffstat (limited to 'chimere_example_static/chimere/css')
| -rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 35 | ||||
| -rw-r--r-- | chimere_example_static/chimere/css/form-compat.css | 9 |
2 files changed, 42 insertions, 2 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 9196d03..cddbce1 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -1,3 +1,20 @@ +#content{ + border:0 solid transparent; + margin-top:40px; +} + +#footer a, #footer a:link, #footer a:visited{ + color:#327E04; +} + +.control_image { + vertical-align: -1px; +} + +input{ + display:inline-block; +} + .nav-pills{ margin-top:5px; } @@ -7,6 +24,14 @@ background-color: #327E04; } +#permalink{ + display:inherit; + margin:0; + margin-left:2px; + padding:inherit; + width:inherit; +} + a:hover, a:focus { color: #327E04; } @@ -28,6 +53,13 @@ a:hover, a:focus { display:none; } +.ac-results{ + position: absolute; + background-color: white; + border: 1px solid #CCC; + padding: 0.2em 0.4em; +} + #panel, #detail{ background-color: #F8F8F8; } @@ -40,6 +72,9 @@ a:hover, a:focus { border-left:1px solid #E7E7E7; padding:16px; width:400px; + background-image:url('../img/logo.jpg'); + background-position:bottom center; + background-repeat:no-repeat; } #detail { diff --git a/chimere_example_static/chimere/css/form-compat.css b/chimere_example_static/chimere/css/form-compat.css index 2aa8d23..f83672f 100644 --- a/chimere_example_static/chimere/css/form-compat.css +++ b/chimere_example_static/chimere/css/form-compat.css @@ -14,9 +14,9 @@ input::-webkit-input-placeholder { color: #999999; } +textarea, input { display: block; - padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555555; @@ -30,8 +30,13 @@ input { transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +input{ + padding: 6px 12px; +} + +textarea:focus, input:focus { - border-color: #66afe9; + border-color: #81cf57; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); |
