X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Fsmall_screen_rendering.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Fsmall_screen_rendering.css;h=d73e32dc09c9af8dd456cc8219ffe1fd1cd371b9;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/small_screen_rendering.css b/doc/webdeveloper/stylesheets/small_screen_rendering.css new file mode 100644 index 0000000..d73e32d --- /dev/null +++ b/doc/webdeveloper/stylesheets/small_screen_rendering.css @@ -0,0 +1,84 @@ +* +{ + background-image: none !important; + float: none !important; + font-size: 10px !important; + font-variant: normal !important; + height: auto !important; + left: auto !important; + letter-spacing: 0 !important; + margin-bottom: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + margin-top: auto !important; + max-width: 250px !important; + padding-left: 0 !important; + padding-right: 0 !important; + position: static !important; + text-transform: none !important; + top: auto !important; + word-spacing: 0 !important; +} + +*:not(body):not(html):not(li):not(ol):not(ul) +{ + overflow: hidden !important; +} + +*:not(img) +{ + width: auto !important; +} + +*:not(input):not(select):not(textarea) +{ + border-style: none !important; +} + +a +{ + text-decoration: underline !important; +} + +body +{ + background-color: #ffffff !important; + padding: 5px !important; + width: 250px !important; +} + +body, html +{ + margin: 0 !important; +} + +h1, h2 +{ + font-size: 12px !important; +} + +html +{ + background-color: #666666 !important; + padding: 0 !important; +} + +li +{ + display: list-item !important; +} + +ol, table, tbody, td, tfoot, th, thead, tr, ul +{ + display: block !important; +} + +ol, ul +{ + padding-left: 15px !important; +} + +ul +{ + list-style-type: square !important; +} \ No newline at end of file