aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css/styles.less
blob: 3e235f5e37e36be7172c6c316849314a80bcd32c (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/*
 * Divid stylesheet
 */

//Imports the bootstrap-variables
@import "variables.less";

// The rest comes here

body {
    margin-top: @navbarHeight;
}

.textsection {
    padding-top: 28px;
}

#login-form {
    display: block;
    float:right;
    margin: 10px 0 0;
    color: @grayLighter;
}

#login-form  input {
    background-color: @grayDarker;
}

#login-form .input-prepend .add-on {
    background-color: @grayDarker;
}

#login-form .btn {
    margin-top: -2px;
}

#login-form .form-horizontal .control-group:last-child {
    margin-bottom: 100px;
}

.navbar-inner {
    min-height: 40px;
    vertical-align: 100px;
}

.navbar {
}

.navbar .brand.login {
    float: right;
    color: @yellow;
}

.bs-docs-sidenav {
    background-color: @white;
    width: 200px;
    top: 150px;
    padding: 0;
    margin: 0;

    -webkit-border-radius: @borderRadiusLarge;
       -moz-border-radius: @borderRadiusLarge;
            border-radius: @borderRadiusLarge;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
       -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
            box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 6px 14px;
    border: 1px solid @grayLighter;
}

.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > li > a:hover {
    background-color: @grayLighter;
}