blob: 42f3cf3ff9a64d7b2fb94b3c3d9689ba64c856d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
@media screen and (min-width: 1100px){
#expanddiv {background-color: #1d2d44;}
#controls{width: 93% !important;margin-left: 100px !important;}
#content {margin-top: 0px;}
#content-wrapper {padding-left: 100px !important;width: 100% !important;}
#navigation{
background-color: #1d2d44;
visibility:visible;
display: block !important;
position:fixed !important;
bottom:0px;
width: 100px !important;
top:45px;
max-height: 100% !important;
margin-top:0px !important;
-moz-user-select: none;
-moz-box-sizing: border-box;
box-shadow: 0px 0px 0px transparent;
border-radius: 0px;
}
#navigation #apps ul{text-align: center;}
#leftcontent{width: 21% !important;}
#rightcontent{width: 78% !important;}
#bookmark_settings {width:19.5% !important;}
.bookmarks_list, #firstrun {left:27% !important;}
#navigation .wrapper {margin: auto;}
#header .icon-caret {display:none;}
#slideshow{z-index: 5000 !important;}
/***********************************************************
*
* 3rd Party Apps
*
************************************************************/
/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */
#md_preview {padding-left: 60px;}
}
|