yunohost-admin/css/style.css

89 lines
1.4 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:55:45 +02:00
-webkit-transition: margin-left 0.4s ease-in-out;
-moz-transition: margin-left 0.4s ease-in-out;
-o-transition: margin-left 0.4s ease-in-out;
-ms-transition: margin-left 0.4s ease-in-out;
transition: margin-left 0.4s ease-in-out;
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;
}
2013-11-23 13:02:55 +01:00
2014-01-27 15:10:28 +01:00
.loader-content {
2013-11-23 13:02:55 +01:00
position: fixed;
2014-01-27 15:10:28 +01:00
top: 0;
2013-11-23 13:02:55 +01:00
bottom: 0;
2014-01-27 15:10:28 +01:00
left: 0;
2013-11-23 13:02:55 +01:00
right: 0;
z-index: 2000;
2014-01-27 15:10:28 +01:00
text-align: center;
2014-02-07 17:16:14 +01:00
background: rgba(255, 255, 255, 0.5);
2014-01-27 15:10:28 +01:00
padding-top: 10%;
}
.loader-content img {
display: inline-block;
vertical-align: middle;
2013-11-23 13:02:55 +01:00
}