~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/style/schema.css

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (C) 2009 Rackspace Hosting, All Rights Reserved.
 
3
 */
 
4
body, div, dl, dt, dd, ul, ol, li, h2, h3,
 
5
h4, h5, h6, pre, code, form, fieldset, legend,
 
6
input, button, textarea, p, blockquote, th, td {
 
7
    text-align: left;
 
8
}
 
9
 
 
10
h1 {
 
11
    font-size: 350%;
 
12
    margin-bottom: 10px;
 
13
}
 
14
 
 
15
#Content {
 
16
    border: 1px solid;
 
17
    padding: 0px 40px 40px;
 
18
    margin-left: 155px;
 
19
}
 
20
 
 
21
#SrcContent {
 
22
    padding: 0px 40px 40px;
 
23
    display: none;
 
24
    margin-left: 155px;
 
25
}
 
26
 
 
27
#Controller {
 
28
    position: fixed;
 
29
    width: 145px;
 
30
    left: 10px;
 
31
    top: 10px;
 
32
}
 
33
 
 
34
.Sample {
 
35
    display: none;
 
36
}
 
37
 
 
38
.EnumValue{
 
39
    padding: 10px 0px;
 
40
}
 
41
 
 
42
.EnumDoc{
 
43
    padding: 10px 10px 10px 0px;
 
44
}
 
45
 
 
46
.ExternHref{
 
47
    padding-top: 5px;
 
48
}
 
49
 
 
50
.ExternDoc{
 
51
    padding-right: 10px;
 
52
}
 
53
 
 
54
pre {
 
55
    overflow: auto;
 
56
}
 
57
 
 
58
td {
 
59
    padding: 0px 0px 0px 10px;
 
60
    width: 50%;
 
61
    font-size: 90%;
 
62
}
 
63
 
 
64
table {
 
65
    width: 100%;
 
66
}
 
67
 
 
68
a {
 
69
 text-decoration: none;
 
70
}
 
71
 
 
72
a:hover {
 
73
    text-decoration: underline;
 
74
}
 
75
 
 
76
a:link {
 
77
    color: #000090;
 
78
}
 
79
 
 
80
a:visited {
 
81
    color: #000090;
 
82
}