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

about.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07f1517f20c9e82aae1217c25ede41ff1021dee6 (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
.content-div {
    padding-top: 20px;
    text-align: left;
}

.license {
    font-size: 80%;
    margin-top: 40px;
    width: auto;
    color: black;
}

.license-btn {
    margin-top: 30px;
    margin-bottom: 3em;
    width: auto;
}

.logo-img {
    width: 17em;
}

.logo-well {
    width: 20.5em;

    -webkit-animation: colorpulse 20s infinite;
    animation: colorpulse 20s infinite;
    -moz-animation: colorpulse 20s infinite;
}