X-Git-Url: http://git.maemo.org/git/?p=mdictionary;a=blobdiff_plain;f=www%2Fuserguide%2Fstyle.css;fp=www%2Fuserguide%2Fstyle.css;h=0e0e296182f008ea6f253503ef86e98369271b89;hp=0000000000000000000000000000000000000000;hb=9427983f428542e40d737a9f7f719809c229a83d;hpb=b598b5429912126f850c9990e60af8cdee8649ee diff --git a/www/userguide/style.css b/www/userguide/style.css new file mode 100644 index 0000000..0e0e296 --- /dev/null +++ b/www/userguide/style.css @@ -0,0 +1,59 @@ +body { + background: #000000 url(images/background.png); + margin: 0; + padding: 0; + text-align: center; +} + +#content { + display: block; + width: 750px; + background: #FFFFFF; + border: none; + text-align: left; + margin: 20px; + padding: 20px; + border: 0px solid #FFFFFF; +} + +#whitestork_title { + display: block; + font-weight: bold; + font-size: 24px; + text-align: center; + text-decoration: underline; +} + +#userguide_title { + display: block; + font-weight: bold; + font-size: 18px; + text-align: center; +} + +li { + font-weight: bold; +} + +#subject { + display: block; + font-weight: bold; + font-size: 16px; + text-align: left; +} + +#decription { + display: block; + font-weight: normal; + font-size: 12px; + text-align: left; +} + +#image { + font-size: 10px; + font-weight: bold; +} + +#stork { + background: url(images/whitestork.png); +} \ No newline at end of file