mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
355 lines
5.0 KiB
CSS
355 lines
5.0 KiB
CSS
html {
|
|
position: relative;
|
|
min-height: 1054px;
|
|
height: 100%;
|
|
}
|
|
p,a
|
|
{
|
|
font-family: 'Ubuntu', serif;
|
|
font-size:15px;
|
|
font-weight:bold;
|
|
}
|
|
body {
|
|
/*min-height:1200px;
|
|
max-height:1200px;*/
|
|
margin-bottom: 0px;
|
|
padding-bottom: 0px;
|
|
color: #696969 ;
|
|
background-color:#1A7AC5;
|
|
/*background: rgba(24,188,156,.9);*/
|
|
}
|
|
h1,h2,h3,h4,h5,h6,h7,h8,h9,h1
|
|
{
|
|
font-family: 'Ubuntu', serif;
|
|
color:white;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
}
|
|
hr.star-light,
|
|
hr.star-primary {
|
|
margin: 25px auto 30px;
|
|
padding: 0;
|
|
max-width: 250px;
|
|
border: 0;
|
|
border-top: solid 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
hr.star-light:after,
|
|
hr.star-primary:after {
|
|
content: "\f005";
|
|
display: inline-block;
|
|
position: relative;
|
|
top: -.8em;
|
|
padding: 0 .25em;
|
|
font-family: FontAwesome;
|
|
font-size: 2em;
|
|
}
|
|
|
|
hr.star-light {
|
|
border-color: #fff;
|
|
}
|
|
|
|
hr.star-light:after {
|
|
color: #fff;
|
|
/*background-color:transparent;*/
|
|
background-color: #1A7AC5;
|
|
}
|
|
|
|
hr.star-primary {
|
|
/*background: rgba(24,188,156,.9);*/
|
|
border-color: #2c3e50;
|
|
}
|
|
|
|
hr.star-primary:after {
|
|
color: #2c3e50;
|
|
background-color:transparent;
|
|
/*background-color:#808080;*/
|
|
}
|
|
.navbar-wrapper {
|
|
height:52px;
|
|
}
|
|
|
|
.container {
|
|
width:100%;
|
|
}
|
|
|
|
.navbar-wrapper .navbar-brand {
|
|
padding:5px 10px;
|
|
}
|
|
|
|
.navbar-wrapper .navbar-brand img {
|
|
height:40px;
|
|
}
|
|
/*
|
|
#conjure
|
|
{
|
|
background-image: url("../img/conjure_logo.png");
|
|
width:228.3px;
|
|
height:52px;
|
|
background-size: 200px 25px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
*/
|
|
#projet
|
|
{
|
|
margin-left:10px;
|
|
background-color:#1A7AC5;
|
|
}
|
|
.nouvelle
|
|
{
|
|
width:100%;
|
|
height:100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding:0;
|
|
}
|
|
.light-font
|
|
{
|
|
color:fff;
|
|
}
|
|
|
|
|
|
footer {
|
|
margin: 50px 0;
|
|
}
|
|
/* Custom page CSS
|
|
-------------------------------------------------- */
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
.avatar {
|
|
width: 200px;
|
|
height: 200px;
|
|
min-width:200px;
|
|
max-width: 250px;
|
|
min-height:200px;
|
|
max-height: 250px;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
.projet
|
|
{
|
|
min-width:400px;
|
|
max-width:400px;
|
|
min-height:300px;
|
|
max-height:300px;
|
|
|
|
}
|
|
.projet img
|
|
{
|
|
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
.bordered
|
|
{
|
|
border: 5px solid rgba(255,255,255,0.5);
|
|
}
|
|
.projectImage
|
|
{
|
|
width:100%;
|
|
height:50%;
|
|
min-width:800px;
|
|
max-width:1000px;
|
|
max-height:400px;
|
|
}
|
|
.list-item .list-link {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.list-item .list-link .caption {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
background: rgba(24,188,156,.9);
|
|
-webkit-transition: all ease .5s;
|
|
-moz-transition: all ease .5s;
|
|
transition: all ease .5s;
|
|
|
|
}
|
|
.list-item .list-link .caption .caption-content {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin-top: -12px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
color: #fff;
|
|
}
|
|
.list-item .list-link .caption .caption-content h3 {
|
|
font-size: 15px;
|
|
color: #fff;
|
|
}
|
|
.list-item .list-link a:active a:visited;
|
|
{
|
|
border-style:none;
|
|
}
|
|
.membre{
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
width:200px;
|
|
min-width:200px;
|
|
max-width:250px;
|
|
|
|
}
|
|
.list-item .list-link .caption:hover {
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.infobox
|
|
{
|
|
padding-top:10px;
|
|
min-height:400px;
|
|
height:30%;
|
|
max-height:400px;
|
|
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
font-family: 'Ubuntu', serif;
|
|
font-size:20px;
|
|
font-weight:bold;
|
|
}
|
|
.boxContent
|
|
{
|
|
padding-left:25%;
|
|
padding-right:25%;
|
|
}
|
|
#descriptionProjet
|
|
{
|
|
color:white;
|
|
}
|
|
#jams li
|
|
{
|
|
display:inline;
|
|
padding:20px;
|
|
}
|
|
#mtlgamejam
|
|
{
|
|
background-color:#f8f8f8;
|
|
color:black;
|
|
}
|
|
#mtlgamejam h1
|
|
{
|
|
color:black;
|
|
}
|
|
#mtlgamejam button
|
|
{
|
|
float:right;
|
|
}
|
|
#jams
|
|
{
|
|
|
|
color:white;
|
|
}
|
|
|
|
#contact
|
|
{
|
|
background-color:#f8f8f8;
|
|
height:10%;
|
|
max-height:150px;
|
|
min-height:150px;
|
|
color:black;
|
|
}
|
|
#contact .boxContent
|
|
{
|
|
margin:0px;
|
|
}
|
|
#contact ul
|
|
{
|
|
display:block;
|
|
}
|
|
#contact li
|
|
{
|
|
display:block;
|
|
padding:5px;
|
|
}
|
|
#conjure
|
|
{
|
|
color:white;
|
|
}
|
|
.sectionImage
|
|
{ min-height:350px;
|
|
max-height:350px;
|
|
min-width:300px;
|
|
max-width:350px;
|
|
height:35%;
|
|
width:35%;
|
|
|
|
padding:0px;
|
|
margin:1%;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
|
}
|
|
.sectionImage .left
|
|
{
|
|
margin-right:3%;
|
|
margin-left:3%;
|
|
}
|
|
.sectionImage.right
|
|
{
|
|
margin-right:3%;
|
|
margin-left:3%;
|
|
}
|
|
.imgJams
|
|
{
|
|
height:30%;
|
|
width:40%;
|
|
}
|
|
.imgJams
|
|
{
|
|
height:30%;
|
|
width:40%;
|
|
}
|
|
.logo
|
|
{
|
|
width:29px;
|
|
padding:5px;}
|
|
.left
|
|
{
|
|
float:left;
|
|
}
|
|
|
|
.right
|
|
{
|
|
float:right;
|
|
}
|
|
@media(min-width:767px) {
|
|
#projet .list-item {
|
|
margin: 0 0 30px;
|
|
}
|
|
}
|
|
#modalWindow h3,table,td
|
|
{
|
|
color:black;
|
|
}
|
|
#modalWindow h3
|
|
{
|
|
margin-left:10px;
|
|
}
|
|
.modal
|
|
{
|
|
padding-top:15%;
|
|
}
|
|
#pageAcceuil p,a
|
|
{
|
|
font-size:20px;
|
|
}
|
|
.modal-dialog
|
|
{
|
|
height:50%;
|
|
width:50%;
|
|
min-width:500px;
|
|
min-height:250px;
|
|
}
|