X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fpsensor%2Fscreenshots%2Fstyle.css;fp=www%2Fpsensor%2Fscreenshots%2Fstyle.css;h=0b043a8482647649a10fcf56a64d2091da39d940;hp=0000000000000000000000000000000000000000;hb=c971c5c79e99e3be93d7eb4e06d53b64cf309ed0;hpb=c280df3b6ae1ab82414895f9a6884272bc7a78de diff --git a/www/psensor/screenshots/style.css b/www/psensor/screenshots/style.css new file mode 100644 index 0000000..0b043a8 --- /dev/null +++ b/www/psensor/screenshots/style.css @@ -0,0 +1,55 @@ +body { + background-color: #111; + font-family: Ubuntu,Arial,Verdana; + font-style: normal; + color: white; +} + +.nav { + text-align:center; + color: #666; +} + +a { + text-decoration: none; + color: white; +} + +img { + border: 0; + } + +.imgpreview { + margin-top: 8pt; + margin-left: 8pt; + + text-align:center; +} + +ul { + + + list-style-type:none; + margin:0; + padding:0; +} + +li { + display:inline; + + background-color: #333; + +} + +div.geninfo { + font-size:8pt; + text-align: right; + color: #888; +} + + +td { + width: 128px; + height: 128px; + padding: 8px; +} \ No newline at end of file