diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
| commit | 839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (patch) | |
| tree | e87657e2e87619740adc9eb2d470393308e97277 /css | |
| parent | 6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff) | |
Fehler in config zurück
Diffstat (limited to 'css')
| -rw-r--r-- | css/astaf/layout.css | 23 | ||||
| -rw-r--r-- | css/yaml4/screen/astaf.css | 4 |
2 files changed, 25 insertions, 2 deletions
diff --git a/css/astaf/layout.css b/css/astaf/layout.css index 43ea7fe..361421b 100644 --- a/css/astaf/layout.css +++ b/css/astaf/layout.css @@ -103,9 +103,12 @@ /*background: #4C8FEC url('/images/wetter/dust.png') center;*/ } + header {background-image:url('/images/Altstadtfest_titel.jpg');} -@media only screen and (max-width : 640px) { +@media only screen and (max-width : 555px) { + + header {background-image:none;} #submenu { font-size:1.5em; @@ -155,6 +158,24 @@ .ym-hlist ul li a, .ym-hlist ul li strong { font-size: 1.5em; } + + .list-view .pager { + + text-align: center; + } + .pager ul li { + line-height: 2.5em; + font-size: 2em; + } + ul.yiiPager li.page + { + display: none; + } + + /*ul.yiiPager li.page.selected + { + display: inline; + }*/ }
\ No newline at end of file diff --git a/css/yaml4/screen/astaf.css b/css/yaml4/screen/astaf.css index 764f458..33ea457 100644 --- a/css/yaml4/screen/astaf.css +++ b/css/yaml4/screen/astaf.css @@ -160,10 +160,11 @@ } } -@media screen and ( max-width: 480px) { +@media screen and ( max-width: 555px) { header .ym-wbox { padding: 0.75em 10px; + } footer .ym-wbox, @@ -178,6 +179,7 @@ font-size: 1.5em; line-height: 1em; margin: 0; + } /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2 */ |
