yunohost-admin/css/style.css

73 lines
1.2 KiB
CSS
Raw Normal View History

2013-09-21 20:59:47 +02:00
html, body {
2013-09-24 19:02:12 +02:00
width: 100%;
font-family: 'Source Sans Pro';
}
body h1,
body h2,
body h3,
body h4,
body h5 {
font-family: 'Source Sans Pro';
2013-09-21 20:59:47 +02:00
}
2013-09-21 19:46:26 +02:00
#slider {
margin-left: auto;
margin-right: auto;
2013-09-22 21:31:51 +02:00
padding: 5px;
2013-09-24 19:02:12 +02:00
max-width: 750px;
width: 100%;
2013-09-21 20:59:47 +02:00
height: 100%;
2013-09-21 19:46:26 +02:00
position: relative;
overflow: hidden;
text-align: left;
}
#slider-container {
2013-09-24 19:02:12 +02:00
max-width: 1500px;
width: 1500px;
2013-09-21 20:59:47 +02:00
height: 100%;
2013-09-21 19:46:26 +02:00
}
#main {
float: left;
overflow: hidden;
}
.block {
2013-09-25 02:33:39 +02:00
float:left;
2013-09-21 20:59:47 +02:00
height: 100%;
2013-09-24 19:02:12 +02:00
max-width: 750px;
2013-09-25 03:07:06 +02:00
width: 50%;
2013-09-22 21:31:51 +02:00
height: 100%;
padding: 5px;
}
2013-09-25 02:33:39 +02:00
.move {
2013-09-25 11:34:40 +02:00
-webkit-transition: margin-left 0.4s ease, margin-right 0.4s ease;
-moz-transition: margin-left 0.4s ease, margin-right 0.4s ease;
-o-transition: margin-left 0.4s ease, margin-right 0.4s ease;
-ms-transition: margin-left 0.4s ease, margin-right 0.4s ease;
transition: margin-left 0.4s ease, margin-right 0.4s ease;
2013-09-25 02:33:39 +02:00
}
2013-09-23 13:31:57 +02:00
body .form-control {
padding: 6px;
}
2013-09-23 22:43:27 +02:00
.view-title {
text-align: center;
max-width: 240px;
font-size: 25px;
2013-09-24 19:02:12 +02:00
margin: -35px auto 0 auto;
2013-09-23 22:43:27 +02:00
}
body .page-header {
2013-09-24 19:02:12 +02:00
margin-top: 0px;
padding: 0 10px;
2013-09-23 22:43:27 +02:00
}
div.br {
height: 30px;
}