Revision 443:350acce374a2 public/themes/soundsoftware/stylesheets

View differences:

public/themes/soundsoftware/stylesheets/application.css
37 37

  
38 38
body,p,h2,h3,h4,li,table,.wiki h1 { 
39 39
  font-family: DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
40
  line-height: 1.34;
40 41
}
41 42

  
42 43
h2,h3,h4,.wiki h1 {
43 44
  color: #3e442c;
45
  font-weight: bold;
46
}
47

  
48
.wiki h2,.wiki h3,.wiki h4 {
49
  color: #000;
44 50
}
45 51

  
46 52
h2,.wiki h1 {
47
    font-size: 1.8em;
53
  font-size: 1.8em;
48 54
}
49 55

  
56
.wiki h2 {
57
  margin-top: 1em;
58
}
59

  
60
.splitcontentleft p:first-child {
61
  margin-top: 0;
62
}
63

  
64
div.attachments {
65
  margin-top: 2em;
66
}
67
#wiki_add_attachment {
68
  margin-top: 1.5em;
69
}
70

  
71
/* Hide these (the paragraph markers that show anchors) -- they confuse more than they help */
72
a.wiki-anchor:hover { display: none; }
73
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: none; }
74

  
50 75
.box {
51 76
    padding: 6px;
52 77
    margin-bottom: 10px;
......
81 106

  
82 107
ul.projects .public, ul.projects .private { padding-left: 0.5em; color: #3e442c; font-size: 0.95em }
83 108

  
109
table.files tr.active td { padding-top: 0.5em; padding-bottom: 0.5em; }
110
table.files .file .active { font-weight: bold; }
111
table.files .file .description { font-weight: normal; color: #3e442c; }
112

  
84 113
#top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 90%; /* height: 2em; */ margin: 0; padding: 0; padding-top: 0.5em; background-color: #3e442c; }
85 114
#top-menu ul { margin-left: 10px; }
86 115
#top-menu a { font-weight: bold; }
87 116
#header {  position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfbf5; border-bottom: 2px solid #a9b680; /* height:80px; */ padding: 20px 0 0.5em 0; margin-bottom: 0; }
88 117
#header a { color: #be5700; }
89 118
#header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; }
119
#header #project-title a, #header #project-title a:hover { color: #525a38; text-decoration: none; }
90 120
.header-general h1 {
91 121
  background: url('soundsoftware-logo-title-only-transparent-beta.png') no-repeat 0 0;
92 122
  text-indent: -9999px;
93 123
  width: 500px;
94 124
  height: 34px;
95 125
 }
96
 
126

  
97 127
#quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
98 128
#project-jump-box { float: right;  margin-right: 6px; margin-top: 5px; color: #000; }
99 129
#project-ancestors-title {
100 130
    margin-bottom: 0px;
101
    margin-left: 10px;
131
    margin-left: 12px;
102 132
    margin-top: 6px;
103 133
    font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
104 134
    font-weight: normal;
......
201 231

  
202 232
.embedded .contents .center { text-align: center; } /* undo javadoc hack above */
203 233

  
234
/* For MATLAB documentation */
204 235

  
236
.embedded #matlabdoc th { text-align: left; }
205 237

  
238

  
239

  

Also available in: Unified diff