This repository has been archived on 2023-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
bluesky-bootstrap-theme/css/style.css

190 lines
3.1 KiB
CSS

/* ------------------ GLOBAL STYLE ------------------- */
#wrapper {
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
}
.no-pills {
list-style:none;
}
.align-center {
text-align:center;
}
.align-left {
text-align:left;
}
.align-right {
text-align:right;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
color:white;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
/* ------------------ HEADERS ------------------- */
header h1 {
border-style:none !important;
color:#FFF;
font-weight:700;
font-size:5.4em;
font-style:oblique;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
padding-bottom:0px;
margin:auto;
text-align:center;
}
.navbar {
border-radius:0px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}
.navbar .container .navbar-brand {
margin-left: 0px;
}
.navbar-brand img {
display:inline;
}
/* ------------------ FOOTER ------------------- */
footer {
margin-top:40px;
}
/* social media */
ul.social {
font-size:1.5em;
padding-bottom:1em;
margin:auto;
text-align:center;
}
li.social-li {
list-style:none;
display:inline;
}
a.social-link {
color:#FFFFFF;
background-color:#000000;
padding:0.3em;
padding-left:0.36em;
padding-right:0.36em;
vertical-align:middle;
border-radius:100%;
}
a.social-link:hover {
color:#000000;
background-color:#FFFFFF;
}
/* ------------------ PANELS ------------------- */
.card {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
border-width:0px;
margin-bottom:1.2em;
}
.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.card h7,.card h8,.card h9,.card h10 {
color:#333;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.card-shadow {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, h7.card-title, h8.card-title, h9.card-title, h10.card-title {
font-size:1.1em;
text-align:center;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
margin:0px;
}
/* meta */
.card-meta {
padding:1em;
border-bottom:1px solid rgba(0,0,0,0.2);
}
.card-meta.media {
-ms-flex-align: center !important;
align-items: center !important;
}
.card-meta .media-left .media-object {
height: 64px;
width: 64px;
border-radius: 10px;
margin-right:1em;
}
.card-meta author {
display:block;
font-weight:600;
}
.card-meta time {
display:block;
font-style:italic;
}
/* lists */
.list-group-item {
border-style:none;
border-width:0px;
border-radius:0px;
background-color:transparent;
}
a.list-group-item:hover {
border-style:none;
border-width:0px;
border-radius:0px;
background-color:rgba(0,0,0,0.1);
}
/* ------------------ BUTTONS ------------------- */
.btn {
border-style:none;
border-width:0px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
.btn:active {
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2);
/* ------------------ BREADCRUMB ------------------- */
.breadcrumb {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */
.partager {
margin:15px;
}
.reagir {
text-align:right;
}