mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
257 lines
4.4 KiB
CSS
257 lines
4.4 KiB
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
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
|
|
{
|
|
color:fff;
|
|
text-transform: uppercase;
|
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
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;
|
|
}
|
|
|
|
.navbar-wrapper .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
|
|
{
|
|
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: 250px;
|
|
height: 250px;
|
|
max-width: 250px;
|
|
max-height: 250px;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
border: 5px solid rgba(255,255,255,0.5);
|
|
}
|
|
|
|
.list-item .list-link {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
max-width: 250px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
#membre .list-item .list-link .caption{
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
#projet .list-item .list-link .caption:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
#projet .list-item .list-link .caption .caption-content {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin-top: -12px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #fff;
|
|
|
|
}
|
|
.list-item .list-link .caption:hover {
|
|
opacity: 1;
|
|
|
|
}
|
|
#projet * {
|
|
z-index: 2;
|
|
}
|
|
.infobox
|
|
{
|
|
padding:15px;
|
|
height:350px;
|
|
-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);
|
|
}
|
|
.infobox p
|
|
{
|
|
text-align:middle;
|
|
padding-left:25%;
|
|
padding-right:25%;
|
|
}
|
|
#mtlgamejam
|
|
{
|
|
background-color:#f8f8f8;
|
|
}
|
|
|
|
#jams
|
|
{
|
|
|
|
}
|
|
|
|
#contact
|
|
{
|
|
background-color:#f8f8f8;
|
|
height:100px;
|
|
}
|
|
#conjure
|
|
{
|
|
display:block;
|
|
}
|
|
#jams img
|
|
{
|
|
float:right;
|
|
height:300px;
|
|
width:300px;
|
|
-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);
|
|
}
|
|
#conjure img
|
|
{
|
|
float:right;
|
|
height:300px;
|
|
width:300px;
|
|
-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);
|
|
}
|
|
#mtlgamejam img
|
|
{
|
|
float:left;
|
|
height:300px;
|
|
width:300px;
|
|
-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);
|
|
}
|
|
@media(min-width:767px) {
|
|
#projet .list-item {
|
|
margin: 0 0 30px;
|
|
}
|
|
}
|
|
}
|