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

270 lines
5.2 KiB
CSS
Raw Normal View History

2018-06-08 00:26:32 +02:00
/* ------------------ GLOBAL STYLE ------------------- */
2017-02-26 10:34:11 +01:00
#wrapper {
2018-06-07 23:58:35 +02:00
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
2017-02-26 10:34:11 +01:00
}
2018-06-08 00:26:32 +02:00
.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);
}
2018-06-08 00:26:32 +02:00
/* ------------------ HEADERS ------------------- */
2017-02-26 10:34:11 +01:00
header h1 {
border-style:none !important;
color:#FFF;
font-weight:700;
font-size:5.4em;
font-style:oblique;
2018-06-08 01:13:26 +02:00
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
2017-02-26 10:34:11 +01:00
padding-bottom:0px;
2018-06-08 01:13:26 +02:00
margin:auto;
text-align:center;
2017-02-26 10:34:11 +01:00
}
2018-06-08 00:26:32 +02:00
.navbar {
2018-06-08 01:38:47 +02:00
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.1);
border-width:0px;
border-bottom:1px;
border-style:solid;
border-color:rgba(0,0,0,0.3)
2017-02-26 10:34:11 +01:00
}
2018-06-08 01:38:47 +02:00
.dropdown-menu {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
2018-06-08 00:26:32 +02:00
}
/* ------------------ FOOTER ------------------- */
footer {
margin-top:40px;
}
2018-06-08 01:21:55 +02:00
/* 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;
}
2017-02-26 10:34:11 +01:00
2018-06-08 01:34:38 +02:00
/* ------------------ CARDS ------------------- */
2018-06-08 00:26:32 +02:00
2018-06-08 00:55:56 +02:00
.card {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
border-width:0px;
margin-bottom:1.2em;
2017-02-26 10:34:11 +01:00
}
2018-06-08 01:34:38 +02:00
.card-header {
border-top-left-radius:3px;
border-top-right-radius:3px;
border-top:1px solid;
border-left:1px solid;
border-right:1px solid;
border-width:1px;
border-color:rgba(0,0,0,0.3);
font-size:1.1em;
box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.1);
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.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);
}
2018-06-08 00:55:56 +02:00
.card-shadow {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
2018-06-08 00:26:32 +02:00
}
2017-02-26 10:34:11 +01:00
2018-06-08 01:00:32 +02:00
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 {
2018-06-08 01:34:38 +02:00
font-size:1em;
2018-06-08 01:00:32 +02:00
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
2018-06-08 01:34:38 +02:00
padding:0px;
2018-06-08 01:00:32 +02:00
margin:0px;
2018-06-08 01:34:38 +02:00
color:#FFF;
font-weight:400;
2017-02-26 10:34:11 +01:00
}
2018-06-08 00:26:32 +02:00
/* meta */
2017-02-26 10:34:11 +01:00
2018-06-08 00:55:56 +02:00
.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 {
2017-02-26 10:34:11 +01:00
height: 64px;
width: 64px;
border-radius: 10px;
2018-06-08 00:55:56 +02:00
margin-right:1em;
2017-02-26 10:34:11 +01:00
}
2018-06-08 00:55:56 +02:00
.card-meta author {
2017-02-26 10:34:11 +01:00
display:block;
font-weight:600;
}
2018-06-08 00:55:56 +02:00
.card-meta time {
2017-02-26 10:34:11 +01:00
display:block;
font-style:italic;
}
2018-06-08 00:26:32 +02:00
/* lists */
2017-02-26 10:34:11 +01:00
.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);
}
2018-06-08 00:26:32 +02:00
/* ------------------ BUTTONS ------------------- */
.btn {
2018-06-08 01:35:53 +02:00
border-style:solid;
border-width:1px;
border-color:rgba(0, 0, 0, 0.3);
2018-06-08 00:26:32 +02:00
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);
2017-02-26 10:34:11 +01:00
}
2018-06-08 01:28:47 +02:00
2018-06-08 01:35:53 +02:00
.btn:hover {
position:relative;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
top:1px;
border-style:solid;
border-width:1px;
border-color:rgba(0, 0, 0, 0.3);
}
2017-02-26 10:34:11 +01:00
.btn:active {
2018-06-08 01:35:53 +02:00
position:relative;
2017-02-26 10:34:11 +01:00
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2);
2018-06-08 01:35:53 +02:00
top:2px;
border-style:solid;
border-width:1px;
border-color:rgba(0, 0, 0, 0.3);
}
.btn-group {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.btn-group .btn {
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.btn-group .btn:hover {
position:relative;
top:1px;
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.btn-group .btn:active, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
position:relative;
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2)!important;
top:2px;
border-style:solid;
border-width:1px;
border-color:rgba(0, 0, 0, 0.3);
}
2017-02-26 10:34:11 +01:00
2018-06-08 01:35:53 +02:00
.btn:focus, .btn-primary:focus, .btn-secondary:focus, .btn-danger:focus, .btn-warning:focus, .btn-success:focus, .btn-info:focus, .btn-dark:focus, .btn-light:focus {
position:relative;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #75507b;
top:1px;
outline: none;
2018-06-08 01:28:47 +02:00
}
2018-06-08 01:36:38 +02:00
/* ------------------ ALERTS ------------------- */
.alert {
border-style:solid;
border-width:1px;
border-color:rgba(0, 0, 0, 0.3);
color:rgba(0, 0, 0, 0.7);
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3)
}
.alert a, .alert-link {
color:rgba(0, 0, 0, 0.7);
font-weight:bold;
}
2018-06-08 00:26:32 +02:00
/* ------------------ BREADCRUMB ------------------- */
2017-02-26 10:34:11 +01:00
.breadcrumb {
2018-06-08 01:38:06 +02:00
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
border-color:rgba(0,0,0,0.3);
border-width:1px;
background-color:#eeeeec;
margin-bottom:1.2em;
2017-02-26 10:34:11 +01:00
}
2018-06-08 00:26:32 +02:00
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */
2018-06-08 00:07:10 +02:00
2018-06-08 01:28:47 +02:00
.share-buttons {
2018-06-08 00:26:32 +02:00
margin:15px;
2018-06-08 00:07:10 +02:00
}
2018-06-08 00:26:32 +02:00
.reagir {
text-align:right;
2018-06-08 00:07:10 +02:00
}