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

index.css « css « static « server - github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 153f4673ea3a9281dfceaaa6b96cccd677b11949 (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
html, body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body
{
  background: url("/static/img/background.jpg");
  background-color: black;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

.lead-box
{
  position: absolute;
  text-align: right;
  top: 80%;
  margin-top: -40px;
  padding: 0px;
  color: white;
  padding-left: 100px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.lead-box a, .lead-box a:hover
{
  color: #3198EC;
  font-weight: bold;
}