r1765 - oipf/emulator/css
Author: ygrego Date: 2015-07-07 09:41:42 +0000 (Tue, 07 Jul 2015) New Revision: 1765 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1765 Log: Some elements weren't well-positioned. Modified: oipf/emulator/css/main.css Modified: oipf/emulator/css/main.css =================================================================== --- oipf/emulator/css/main.css 2015-07-07 09:31:42 UTC (rev 1764) +++ oipf/emulator/css/main.css 2015-07-07 09:41:42 UTC (rev 1765) @@ -23,9 +23,8 @@ h1 { font-size: 100px; - color: #555; - -webkit-text-fill-color: white; - -webkit-text-stroke: 3px #555; + color: dodgerblue; + font-family: cursive; } #volumeView { @@ -68,6 +67,12 @@ background-color: slategrey; } +object { + width: 100%; + height: 100%; + background-color: slategrey; +} + .off { position: absolute; width: 100%; @@ -75,3 +80,11 @@ background-color: black; z-index: 1; } + +#marg { + margin-left: -3px +} + +.panel2 { + width: 140px +}
participants (1)
-
ygregoï¼ users.nuiton.org