privacyguides.org/css/custom.css

91 lines
1.6 KiB
CSS
Raw Normal View History

2018-10-23 16:10:38 +00:00
/* BS4 */
2018-10-23 18:07:59 +00:00
.card {
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
}
2018-10-27 17:10:08 +00:00
/* Make links and long strings responsive */
2018-10-27 17:12:31 +00:00
a, .long-string-list li {
2018-10-27 16:35:20 +00:00
word-wrap: break-word;
2018-10-23 18:07:59 +00:00
}
2018-10-25 16:12:44 +00:00
/*.card-success, */ .card-success .card-header {
2018-10-23 18:07:59 +00:00
border-color: rgba(40, 167, 69, 0.5) !important;
}
2018-10-25 16:12:44 +00:00
/*.card-primary, */ .card-primary .card-header {
2018-10-23 18:07:59 +00:00
border-color: rgba(0, 123, 255, 0.5) !important;
}
2018-10-25 16:12:44 +00:00
/*.card-warning, */ .card-warning .card-header {
2018-10-23 18:07:59 +00:00
border-color: rgba(255, 193, 7, 0.5) !important;
2018-10-25 16:12:44 +00:00
}
2018-10-23 16:10:38 +00:00
2018-10-25 19:52:07 +00:00
.blockquote {
border-left: 5px solid #eee;
padding: 10px 20px;
font-size: 1.2rem;
line-height: 1.35;
}
2015-07-08 12:30:48 +00:00
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}
.anchor:target {
padding-top: 4rem;
margin-top: -4rem;
}
2015-07-08 12:30:48 +00:00
2018-10-27 15:39:43 +00:00
.anchor-icon {
font-size: 0.8em;
}
.panel-item {
float: right;
margin-left: 5px;
}
2015-07-08 12:30:48 +00:00
.share-btn {
2018-10-27 16:43:13 +00:00
display: inline-block;
color: #ffffff;
border: none;
padding: 1em;
width: 8em;
opacity: 0.9;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
outline: none;
text-align: center;
2015-07-08 12:30:48 +00:00
}
.share-btn:hover {
color: #eeeeee;
}
.share-btn:active {
position: relative;
top: 2px;
box-shadow: none;
color: #e2e2e2;
outline: none;
}
.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin { background: #4875B4; }
2016-12-21 13:51:15 +00:00
.share-btn.email { background: #444444; }
.share-btn.diaspora { background: #2f3537; }