File: about.css

package info (click to toggle)
https-finder 087-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 484 kB
  • sloc: makefile: 7
file content (38 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
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
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.name{
    font-size: x-large !important;
    padding-right: 0.25em !important;
}

.name, .title{
    font-weight: bold !important;
}

#httpsfinder-about-details{
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 0.5em !important;
    margin-left: 0 !important;
}

#logo{
    position:absolute;
    right:-35px !important;
}

description{
    margin-left: 0 !important;
}

.title{
    font-weight: bold !important;
    padding-top: 0.5em !important;
}

.url{
    color: #0000ff !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}