Project

General

Profile

Patch #21493 » 21493-change-default-colors-v4.diff

Bernhard Rohloff, 2021-03-22 13:22

View differences:

public/stylesheets/application.css (Arbeitskopie)
3 3
body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
4 4

  
5 5
h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
6
#content h1, h2, h3, h4, h5, h6 {color: #555;}
6
#content h1, h2, h3, h4, h5, h6 {color: #333;}
7 7
h2 {font-size: 20px;}
8 8
h3 {font-size: 16px;}
9 9
h4 {font-size: 13px; border-bottom: 1px solid #ccc; font-weight:normal;}
......
92 92

  
93 93
#main {flex-grow: 2; display: flex; flex-direction: row-reverse;}
94 94

  
95
#sidebar{ flex-shrink: 0; padding-left: 20px; padding-right: 8px; background: #EEEEEE; border-left: 1px solid #ddd}
95
#sidebar{ flex-shrink: 0; padding-left: 20px; padding-right: 8px; background: #f2f2f2; border-left: 1px solid #ddd}
96 96
@media screen and (min-width: 0px) and (max-width: 1089px) {#sidebar{width: 22%;}}
97 97
@media screen and (min-width: 1090px) and (max-width: 1279px) {#sidebar{width: 240px;}}
98 98
@media screen and (min-width: 1280px) and (max-width: 1599px) {#sidebar{width: 280px;}}
99 99
@media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 320px;}}
100 100
@media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 360px;}}
101 101
@media screen and (min-width: 2560px) {#sidebar{width: 380px;}}
102
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
102
#sidebar h3{ font-size: 14px; margin-top:14px; color: #334;  }
103 103
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
104 104
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
105 105
#sidebar .contextual { margin-right: 1em; }
......
445 445
.box{
446 446
  padding:6px;
447 447
  margin-bottom: 10px;
448
  background-color:#f6f6f6;
448
  background-color:#f9f9f9;
449 449
  color:#505050;
450 450
  line-height:1.5em;
451 451
  border: 1px solid #e4e4e4;
......
521 521
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
522 522
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
523 523
li p {margin-top: 0;}
524
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
524
div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
525 525
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
526 526
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
527 527
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
......
1160 1160
  text-decoration:none;
1161 1161
  line-height:1.3em;
1162 1162
  padding:4px 6px 4px 6px;
1163
  background-color: #f9f9f9;
1163 1164
  border: 1px solid #ccc;
1164 1165
  border-bottom: 1px solid #bbbbbb;
1165 1166
  color:#999;
......
1227 1228

  
1228 1229
.text-diff {
1229 1230
  padding: 1em;
1230
  background-color:#f6f6f6;
1231
  background-color:#fafafa;
1231 1232
  color:#505050;
1232 1233
  border: 1px solid #e4e4e4;
1233 1234
  white-space: pre-wrap;
public/stylesheets/scm.css (Arbeitskopie)
38 38
#changes-legend { float: right; font-size: 0.8em; margin: 0; }
39 39
#changes-legend li { float: left; background-position: 5px 0; }
40 40

  
41
table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fafafa; }
41
table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fefefe; }
42 42
table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
43 43
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
44 44
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
......
111 111
    background: inherit;
112 112
}
113 113

  
114
table.annotate td.line-code { background-color: #fafafa; }
114
table.annotate td.line-code { background-color: #fefefe; }
115 115

  
116 116
div.action_M { background: #fd8 }
117 117
div.action_D { background: #f88 }
(7-7/9)