~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to doc/source/_static/tweaks.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-08 21:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130908215119-7tcek6gn73275x5k
Tags: upstream-2013.2~b3
ImportĀ upstreamĀ versionĀ 2013.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
  background: #fff url(../_static/header_bg.jpg) top left no-repeat;
3
 
}
4
 
 
5
 
#header {
6
 
  width: 950px;
7
 
  margin: 0 auto;
8
 
  height: 102px;
9
 
}
10
 
 
11
 
#header h1#logo {
12
 
  background: url(../_static/openstack_logo.png) top left no-repeat;
13
 
  display: block;
14
 
  float: left;
15
 
  text-indent: -9999px;
16
 
  width: 175px;
17
 
  height: 55px;
18
 
}
19
 
 
20
 
#navigation {
21
 
  background: url(../_static/header-line.gif) repeat-x 0 bottom;
22
 
  display: block;
23
 
  float: left;
24
 
  margin: 27px 0 0 25px;
25
 
  padding: 0;
26
 
}
27
 
 
28
 
#navigation li{
29
 
  float: left;
30
 
  display: block;
31
 
  margin-right: 25px;
32
 
}
33
 
 
34
 
#navigation li a {
35
 
  display: block;
36
 
  font-weight: normal;
37
 
  text-decoration: none;
38
 
  background-position: 50% 0;
39
 
  padding: 20px 0 5px;
40
 
  color: #353535;
41
 
  font-size: 14px;
42
 
}
43
 
 
44
 
#navigation li a.current, #navigation li a.section {
45
 
  border-bottom: 3px solid #cf2f19;
46
 
  color: #cf2f19;
47
 
}
48
 
 
49
 
div.related {
50
 
  background-color: #cde2f8;
51
 
  border: 1px solid #b0d3f8;
52
 
}
53
 
 
54
 
div.related a {
55
 
  color: #4078ba;
56
 
  text-shadow: none;
57
 
}
58
 
 
59
 
div.sphinxsidebarwrapper {
60
 
  padding-top: 0;
61
 
}
62
 
 
63
 
pre {
64
 
  color: #555;
65
 
}
66
 
 
67
 
div.documentwrapper h1, div.documentwrapper h2, div.documentwrapper h3, div.documentwrapper h4, div.documentwrapper h5, div.documentwrapper h6 {
68
 
  font-family: 'PT Sans', sans-serif !important;
69
 
  color: #264D69;
70
 
  border-bottom: 1px dotted #C5E2EA;
71
 
  padding: 0;
72
 
  background: none;
73
 
  padding-bottom: 5px;
74
 
}
75
 
 
76
 
div.documentwrapper h3 {
77
 
  color: #CF2F19;
78
 
}
79
 
 
80
 
a.headerlink {
81
 
  color: #fff !important;
82
 
  margin-left: 5px;
83
 
  background: #CF2F19 !important;
84
 
}
85
 
 
86
 
div.body {
87
 
  margin-top: -25px;
88
 
  margin-left: 230px;
89
 
}
90
 
 
91
 
div.document {
92
 
  width: 960px;
93
 
  margin: 0 auto;
94
 
}
 
 
b'\\ No newline at end of file'