summaryrefslogtreecommitdiff
path: root/settings/skins/classic/settings.css
blob: c1bac4192522c052930e6041bcb6990590422048 (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
#prefs-details
{
  /*margin-top: -20px;*/
  left: 220px;
}

#prefs-details div.userprefs-accountblock
{
  /*float: left;*/
  margin-right: 14px;
  min-width: 450px;
  padding: 5px 0px 0px 0px;
  width: 100%; 
}

#prefs-details div.userprefs-accountblock-border
{
  background-color: #EBEBEB;
  border: 1px solid #999999;
}

.settingsplugin
{
  margin-top: 15px;
}

a.plugin-description-link:active, a.plugin-description-link:visited, a.plugin-description-link:link
{
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  text-decoration: none;
  font-style: italic;
}

a.plugin-description-link:hover, a.plugin-description-link:focus
{
  font-weight: bold;
}

#prefs-details div.plugin-description-text
{
  padding: 2px 5px 5px 2px;
  text-align: justify;  
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  background-color: #F9F9F9;
  /*word-wrap: break-word;*/
  width: 450px;
  white-space: normal;
}