Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom.css « css « static - github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d241ec1b415c4ae6be44593ac5aee8db9a1ef80 (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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.sidebar1 {
    width: 25%
}

.sidebar2 {
    width: 25%
}

.sidebar3 {
    width: 25%
}

main {
    width: calc(75% - 2px)
}

.wrapper {
    max-width: 1366px
}

.document-header {
    max-width: 1366px
}

.document-footer {
    max-width: 1366px
}

@media only screen and (max-width: 956px) {
    main,
    .sidebar1,
    .sidebar2,
    .sidebar3 {
        width: 100%
    }
    .two-column.content-right main,
    .three-column.content-center main,
    .three-column.content-right main,
    .four-column.content-left main,
    .four-column.content-right main,
    .four-column.content-far-right main {
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .banner nav {
        background: none
    }
    .banner nav:before {
        display: block;
        visibility: visible
    }
    .banner nav ul {
        display: none;
        visibility: hidden
    }
    .banner nav select {
        display: block;
        visibility: visible;
        width: 100%
    }
}

nav.pagination .current {
    color: #000000;
}

.post-content h2 {
    border-left: 6px solid #ff6347;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 4px;
}

.post-content h3 {
    border-left: 4px solid #4169e1;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 6px;
}

.post-content h4 {
    padding-left: 0px;
}

div.breadcrumbs {
    font-size: 80%;
    padding: 20px 0 0 20px;
    margin: 0 0 -10px 0;
}

th,
td {
    padding-top: 0.1rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.1rem;
}

h1 {
    font-size: 1.5em;
}

iframe {
    vertical-align: bottom;
}

@media screen and (max-width: 40em) {
    div .nav-previous {
        display: none;
    }
    div .nav-next {
        display: none;
    }
}