diff -r d38cc4ee1fd1 -r 6bf1126c5add server/src/main/webapp/static/css/renkanProject.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/src/main/webapp/static/css/renkanProject.css Tue Feb 11 10:18:29 2014 +0100 @@ -0,0 +1,51 @@ +/* ============================================================================= + Renkan + ========================================================================== */ +body { + background-color: #1E1E1E; +} + +header { + font-size: 12px; + height: 15px; + padding: 5px 0 2px 10px; + color: white; +} + +footer { + font-size: 10px; + position:absolute; + bottom: 0; + text-align: right; + width: 100%; + padding: 2px 0; + color: white; +} + +a, a:VISITED, a:LINK { + color: white; + text-decoration: none; +} + +a:HOVER { + text-decoration: underline; +} + + +#renkan-wrapper { + position:absolute; + top: 25px; + left: 0; + right: 0; + bottom: 18px; +} + +#renkan-container { + min-height: 100%; + position: relative; + width: 100%; +} + +#version { + padding-right: 5px; +}