aafshar / pida-main

The main PIDA branch

Clone this repository (size: 4.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/aafshar/pida-main/
commit 2018: 8beaca00babf
parent 2017: 0a04b49b0fd7
branch: default
minor changes, add sidebar background; may not keep it
Randy Wallace / randywallacejr
15 months ago

Changed (Δ1.9 KB):

raw changeset »

docs/source/_static/default.css (10 lines added, 6 lines removed)

docs/source/_static/pida-sidebar.jpg (binary file changed)

Up to file-list docs/source/_static/default.css:

@@ -44,7 +44,8 @@ div.sphinxsidebar {
44
44
    margin-left: -99.4%;
45
45
    margin-right: 10px;
46
46
    font-size: 90%;
47
    background: #333333;
47
    background-color: #333333;
48
    background: #333333 url('pida-sidebar.jpg') top left no-repeat;
48
49
    border-bottom: 10px solid #000000;
49
50
50
51
}
@@ -104,23 +105,26 @@ div.related a {
104
105
/* ::: TOC :::: */
105
106
div.sphinxsidebar h3 {
106
107
    font:120% Arial;
107
    color: #999999;
108
    color: white;
108
109
    background-color: #000000;
110
    filter: alpha(opacity=55);
111
    -moz-opacity: 0.55;
112
    opacity: 0.55;
109
113
    font-weight: normal;
110
114
    margin: 0 0 10px 0;
111
115
    border: none;
112
116
    text-indent: 10px;
113
117
}
114
118
115
div.sphinxsidebar h3 a {
119
/* div.sphinxsidebar h3 a {
116
120
    background-color: #000000;
117
    color: #888888;
118
}
121
    color: white;
122
} */
119
123
120
124
div.sphinxsidebar h4 {
121
125
    font-family: 'Trebuchet MS', sans-serif;
122
126
    color: #888888;
123
    background-color: #000000;
127
    background: #000000;
124
128
    font-size: 1.3em;
125
129
    font-weight: normal;
126
130
    margin: 0 0 0 0;

Up to file-list docs/source/_static/pida-sidebar.jpg:

Binary file has changed or diff was empty.