view static/css/sat_website.css @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
line wrap: on
line source

/*
SàT Website: Salut à Toi presentation website
Copyright (C) 2012  Jérôme Poisson <goffi@goffi.org>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

body {
	padding-top: 50px;
}

header {
	margin-bottom: 20px;
}

#sat_logo {
    float: left;
    margin-right: 5px;
}

#overview_logo {
	vertical-align: middle;
	margin-top: -25px;
	margin-right: 15px;
}

#bigmark {
	font-size:200px;
	font-weight:bold;
	text-align: center;
	margin-top: 100px;
}

#bigmark_subtext {
	margin-top: 100px;
	text-align: center;
}

#social_contract {
	font-size: 14px;
}

.wip {
	text-align: center;
	color: #A52A2A;
	margin: 10px;
}

.desc {
	text-align: justify;
	font-size: 16px;
}

.info {
	margin: 10px 5px 60px 5px;
}


.feature {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div:last-child>div.feature {
 /* we don't wine line on the last feature */
	border-bottom-style: none;
}

.screenshot_desc {
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

.screencast {
	text-align: center;
}

.screencast_dest {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 30px;
}