~linuxjedi/drizzle.org/bug-737782

« back to all changes in this revision

Viewing changes to Wiki_files/Wiki.css

  • Committer: kalebral at gmail
  • Date: 2011-02-13 17:21:36 UTC
  • mfrom: (13.1.2 trunk-seo-fixes)
  • Revision ID: kalebral@gmail.com-20110213172136-kv0coqo74cu7m2ps
Merge Andrew - lots of clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.style {
2
 
    padding: 4px;
3
 
}
4
 
.style_SkipStroke {
5
 
    background: transparent;
6
 
    opacity: 1.00;
7
 
}
8
 
.style_External_630_50 {
9
 
    position: relative;
10
 
}
11
 
.Header {
12
 
    color: rgb(167, 167, 167);
13
 
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
14
 
    font-size: 36px;
15
 
    font-stretch: normal;
16
 
    font-style: normal;
17
 
    font-variant: normal;
18
 
    font-weight: 700;
19
 
    letter-spacing: 0;
20
 
    line-height: 42px;
21
 
    margin-bottom: 0px;
22
 
    margin-left: 0px;
23
 
    margin-right: 0px;
24
 
    margin-top: 0px;
25
 
    opacity: 1.00;
26
 
    padding-bottom: 0px;
27
 
    padding-top: 0px;
28
 
    text-align: center;
29
 
    text-decoration: none;
30
 
    text-indent: 0px;
31
 
    text-transform: none;
32
 
}
33
 
.Normal_External_630_50 {
34
 
    position: relative;
35
 
}
36
 
.Normal {
37
 
    padding: 4px;
38
 
}
39
 
.graphic_generic_header_textbox_style_default_SkipStroke {
40
 
    background: transparent;
41
 
    opacity: 1.00;
42
 
}
43
 
.bumper {
44
 
    font-size: 1px;
45
 
    line-height: 1px;
46
 
}
47
 
#widget0 a:hover {
48
 
    color: rgb(0, 0, 0);
49
 
    text-decoration: underline;
50
 
}
51
 
#widget0 a:visited {
52
 
    color: rgb(121, 121, 121);
53
 
    text-decoration: underline;
54
 
}
55
 
#widget0 a {
56
 
    color: rgb(88, 77, 77);
57
 
    text-decoration: underline;
58
 
}
59
 
.spacer {
60
 
    font-size: 1px;
61
 
    line-height: 1px;
62
 
}
63
 
body { 
64
 
    -webkit-text-size-adjust: none;
65
 
}
66
 
div { 
67
 
    overflow: visible; 
68
 
}
69
 
img { 
70
 
    border: none; 
71
 
}
72
 
.InlineBlock { 
73
 
    display: inline; 
74
 
}
75
 
.InlineBlock { 
76
 
    display: inline-block; 
77
 
}
78
 
.inline-block {
79
 
    display: inline-block;
80
 
    vertical-align: baseline;
81
 
    margin-bottom:0.3em;
82
 
}
83
 
.inline-block.shape-with-text {
84
 
    vertical-align: bottom;
85
 
}
86
 
.vertical-align-middle-middlebox {
87
 
    display: table;
88
 
}
89
 
.vertical-align-middle-innerbox {
90
 
    display: table-cell;
91
 
    vertical-align: middle;
92
 
}
93
 
div.paragraph {
94
 
    position: relative;
95
 
}
96
 
li.full-width {
97
 
    width: 100;
98
 
}