summaryrefslogtreecommitdiffstats
path: root/static/base/css/index.css
blob: 5f275b15230a7a33a87d386744e4722b4c9e1f95 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/* Harmonic Flow web site */
/* Public domain 2017. All rights waived */

h2 {
    color: #4D4D4D;
    font-size: 2.5em;
    margin: 50px 0px;
}

h3 {
    color: #4D4D4D;
    font-size: 2.0em;
    font-weight: normal;
    margin: 50px 0px;
}

.action-box {
    padding: 40px 0px;
}

.featured-content {
    background-color: #3D3D3D;
    background-image: url("../img/checkerboard-bg.png"),
                      url("../img/featured-box-bg.png");
    background-position: top, bottom;
    background-repeat: repeat, repeat-x;
    color: white;
    font-size: 17px;
    padding: 40px 20px;
    position: relative;
}

.featured-content > ul {
    list-style-image: url("../img/white-star.png");
    margin: auto;
    max-width: 960px;
}

.featured-content li {
    padding: 10px 0px;
}

.h-separator {
    display: block;
    margin: auto;
    padding: 60px 0px 30px 0px;
    width: 100%;
}

.button-big:link,
.button-big:visited {
    display: block;
}

.discovery-box {
    background-color: #333;
    background-image: url("../img/depression-shadow-top.png"),
                      url("../img/noise-bg.png");
    background-repeat: repeat-x, repeat;
    color: #E6E6E6;
    padding: 40px 10px;
    text-align: center;
}

.discovery-box h2,
.discovery-box h3 {
    color: #E6E6E6;
}

.screenshots-box {
    padding: 40px 0px 0px 0px;
}

.screenshot-preview {
    font-size: 0.7em;
    margin: 40px auto;
    max-width: 250px;
    text-align: center;
}

.screenshot-preview a,
.screenshot-preview img {
    border-radius: 5px;
    display: block;
}

.screenshot-preview a:link,
.screenshot-preview a:visited {
    border-color: transparent;
    border-style: solid;
    border-width: thin;
    box-shadow: 0 0 4px gray;
    color: white;
    position: relative;
}

.screenshot-preview a:active,
.screenshot-preview a:focus,
.screenshot-preview a:hover {
    border-color: black;
    box-shadow: 0 0 4px black;
}

.fields-box {
    padding: 40px 0px 0px 0px;
}

.info-box {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    vertical-align: top;
}

.contact-box {
    background-color: #F5F5F5;
    background-image: url("../img/h-separator-dark.png"),
                      url("../img/h-separator-dark.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #4D4D4D;
    padding: 10px;
}



@media screen and (min-width: 300px) {
    .screenshot-inset-shadow {
	border-radius: 5px;
	box-shadow: inset 0 0 4px black;
	display: block;
	height: 140px;
	position: absolute;
	top: 0px;
	width: 250px;
    }

    .screenshot-preview a:active .screenshot-inset-shadow,
    .screenshot-preview a:focus .screenshot-inset-shadow,
    .screenshot-preview a:hover .screenshot-inset-shadow {
	box-shadow: none;
    }
}



@media screen and (min-width: 480px) {
    .button-big:link,
    .button-big:visited {
	display: inline-block;
    }

    .screenshot-preview {
	display: inline-block;
	margin: 15px;
	vertical-align: top;
    }
}



@media screen and (min-width: 1024px) {
    .info-box {
        width: 420px;
    }

    .h-separator {
	width: auto;
    }
}