From 5e54ba7aa27b95d1e0568693915e735ab8058ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Thu, 28 Jun 2012 19:49:45 +0000 Subject: Initial version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- web/css/labitrack.d/01-basic.css | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 web/css/labitrack.d/01-basic.css (limited to 'web/css/labitrack.d/01-basic.css') diff --git a/web/css/labitrack.d/01-basic.css b/web/css/labitrack.d/01-basic.css new file mode 100644 index 0000000..0de66b8 --- /dev/null +++ b/web/css/labitrack.d/01-basic.css @@ -0,0 +1,49 @@ +/* Override some defaults */ +html, body { + background-color: #eee; +} +body { + padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */ +} +.container > footer p { + text-align: center; /* center align it with the container */ +} +.container { + width: 560px; /* 10 columns */ +} + +/* The white background content wrapper */ +.content { + background-color: #fff; + padding: 20px; + margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); + -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); + box-shadow: 0 1px 2px rgba(0,0,0,.15); +} + +/* Page header tweaks */ +.page-header { + background-color: #f5f5f5; + padding: 20px 20px 10px; + margin: -20px -20px 20px; +} + +/* Styles you shouldn't keep as they are for displaying this base example only */ +.content .span10, +.content .span4 { + min-height: 500px; +} +/* Give a quick and non-cross-browser friendly divider */ +.content .span4 { + margin-left: 0; + padding-left: 19px; + border-left: 1px solid #eee; +} + +.topbar .btn { + border: 0; +} -- cgit v1.2.1