diff options
Diffstat (limited to 'css/astaf/layout.css')
| -rw-r--r-- | css/astaf/layout.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/css/astaf/layout.css b/css/astaf/layout.css index 43ea7fe..36075a6 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,23 @@ .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: 4em; + font-size: 2em; + } + ul.yiiPager li.page + { + display: none; + } + ul.yiiPager li.page.selected + { + display: inline; + } }
\ No newline at end of file |
