1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/css/capistrano.css

135 lines
2.1 KiB
CSS
Raw Normal View History

2013-06-22 18:34:07 +02:00
body {
font-family: "proxima-nova",sans-serif;
2013-06-12 22:44:00 +02:00
}
2015-04-09 11:42:51 +02:00
#carbonads img {
float: left;
margin-right: 1em;
}
#carbonads .carbon-text {
display: block;
font-size: 0.9em;
color: silver;
}
#carbonads .carbon-poweredby {
font-size: 0.75em;
display: block;
color: silver
}
.header {
margin-bottom: 30px;
padding-top: 20px;
2013-06-12 22:44:00 +02:00
background-color: #1C1B39;
min-height: 170px;
2013-06-12 22:44:00 +02:00
}
.harrowBanner {
overflow: hidden;
position: absolute;
top: 140px;
max-width: 650px;
left:0;
right:0;
box-shadow: 5px 5px 15px rgba(0,0,0, 0.5);
max-width: 60%;
margin: auto;
/* outline: 1px dotted pink; */
text-align: center;
background-color: rgba(28, 25, 59, 0.95);
border: 2px solid rgba(255, 255, 255, 0.75);
padding: 20px 40px;
z-index: 10000;
display: none;
}
.harrowBanner__newRibbon {
width: 200px;
background-color: #95b;
position: absolute;
top: 0px;
left: -65px;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
font-weight: bold;
}
.harrowBanner__title {
color: #fff;
}
.harrowBanner__p {
color: #fff;
}
.harrowBanner__ctaButton {
background-color: #4CC1DD;
border-radius: 3px;
font-weight: bold;
padding: 10px 20px;
color: #fff;
display: inline-block;
margin-bottom: 20px;
}
.harrowBanner__dismissLink {
color: #fff;
font-size: 75%;
display: block;
}
2013-06-22 18:34:07 +02:00
h1, h2, h3, h4, h5, h6 {
2013-06-24 20:29:21 +02:00
font-weight: 400;
2013-06-12 22:44:00 +02:00
font-family: 'Enriqueta', serif;
}
2014-01-03 22:41:22 +01:00
/*p code, li code {
2013-06-22 18:34:07 +02:00
padding: 3px;
background-color: #E6E6E6;
font-family: "droid-sans-mono", Consolas, Monaco, 'Andale Mono', monospace;
font-size: 0.9em;
color: #222;
border-radius: 3px;
2014-01-03 22:41:22 +01:00
}*/
2013-06-25 19:32:05 +02:00
footer {
padding: 1em;
background-color: #222;
color: #fff;
}
footer a {
color: #fff;
}
footer ul.social.icons {
list-style-type: none;
}
footer ul.social.icons li {
float: left;
margin-left: 10px;
font-size: 5em;
}
2013-06-30 13:30:03 +02:00
.github-widget {
margin-bottom: 1em;
}
.github-box .github-box-download {
height: 44px !important;
}
2013-06-30 17:26:18 +02:00
2014-01-03 22:41:22 +01:00
/*pre code {
2013-06-30 17:26:18 +02:00
color: #fff;
2014-01-03 22:41:22 +01:00
}*/