Select Git revision
home_server.pp
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
demo.css 3.17 KiB
html {
height: 100%;
}
body {
width: 100%;
height: 100%;
min-height: 100%;
margin: 0;
padding: .2em 2em;
line-height: 1.2em;
overflow: hidden;
background: #edf1f2; /* Old browsers */
background: -moz-linear-gradient(top, #edf1f2 0%, #d1d7ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf1f2), color-stop(100%,#d1d7ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edf1f2 0%,#d1d7ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edf1f2 0%,#d1d7ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #edf1f2 0%,#d1d7ff 100%); /* IE10+ */
background: linear-gradient(to bottom, #edf1f2 0%,#d1d7ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f2', endColorstr='#d1d7ff',GradientType=0 ); /* IE6-9 */
/*background: #edf1f2; /* Old browsers */
color: #3f4854;
font-family: "Helvetica Neue", "Ubuntu", Arial, sans-serif;
font-size: 12px;
text-shadow: 1px -1px 1px rgba(255,255,255,.3), -1px 1px 1px rgba(0,0,0,.3);
}
h1, h2, h3, h4, h5, h6, ul, li {
padding: 0;
margin: 0;
font-weight: normal;
}
label {
width: 33%;
display: inline-block;
}
#container {
max-width: 750px;
margin: 0 auto;
}
#container > footer {
font-size: .9em;
text-align: center;
}
.box {
border-radius: 4px;
margin:1%;
padding: 1%;
box-shadow: 0 0 8px rgba(0,0,0,.3);
background: #f2f6f9; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f9 0%, #ffffff 74%, #dee2e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f9), color-stop(74%,#ffffff), color-stop(100%,#dee2e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f6f9 0%,#ffffff 74%,#dee2e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f6f9 0%,#ffffff 74%,#dee2e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f6f9 0%,#ffffff 74%,#dee2e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f6f9 0%,#ffffff 74%,#dee2e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f9', endColorstr='#dee2e5',GradientType=0 ); /* IE6-9 */
}
.box header h2 {
line-height: 24px;
color: #000;
}
[class*="icon-"]{
padding-left: 18px;
background-position: left center;
background-repeat: no-repeat;
}
.icon-cog { background-image: url('../../images/fatcow/cog.png'); }
.icon-help { background-image: url('../../images/fatcow/help.png'); }
.icon-css3 { background-image: url('../../images/fatcow/css_3.png'); }
.icon-html5 { background-image: url('../../images/fatcow/html_5.png'); }
.icon-brick { background-image: url('../../images/fatcow/brick.png'); }
.box header {
border-bottom: dotted thin #a4b4bf;
}
.row {
width: 100%;
display: table;
border-spacing: 10px;
}
pre {
background: #fff;
border: solid thin #d1d7ff;
padding: 6px 8px;
box-shadow: -2px 2px 4px rgba(0,0,0,.1);
}
.row > * {
display: table-cell;
margin: 2% !important;
}
.clearer {
clear: both;
}