view static/css/sat_website.css @ 28:30a1edf90fae

move the language selector to the main menu
author souliane <souliane@mailoo.org>
date Wed, 21 Jan 2015 20:08:26 +0100
parents 3df49721008c
children b45621706d83
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/>.
*/


/* Overriding Bootstrap styles */


body {
    padding-top: 60px;
}

header {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.navbar {
    font-size: 13px;
}


/* sat_website own styles */


#language {
    /* position: absolute; */
    text-align: center;
}

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

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

#bigmark {
	font-size:165px;
	font-weight:bold;
	text-align: center;
	margin: 0px;
}

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

#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;
}

#language_form {
    padding-top: 12px;
    padding-bottom: 12px;
}