Project

General

Profile

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

Mizuki ISHIKAWA, 2019-07-03 04:09

View differences:

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

  
4 4
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
5
#content h1, h2, h3, h4 {color: #555;}
5
#content h1, h2, h3, h4 {color: #333;}
6 6
h2, .wiki h1 {font-size: 20px;}
7 7
h3, .wiki h2 {font-size: 16px;}
8 8
h4, .wiki h3 {font-size: 13px;}
......
82 82

  
83 83
#main {display: flex; flex-direction: row-reverse;}
84 84

  
85
#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #EEEEEE; border-left: 1px solid #ddd}
86
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
85
#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #f2f2f2; border-left: 1px solid #ddd}
86
#sidebar h3{ font-size: 14px; margin-top:14px; color: #333;  }
87 87
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
88 88
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
89 89
#sidebar .contextual { margin-right: 1em; }
......
421 421
.box{
422 422
  padding:6px;
423 423
  margin-bottom: 10px;
424
  background-color:#f6f6f6;
424
  background-color:#f9f9f9;
425 425
  color:#505050;
426 426
  line-height:1.5em;
427 427
  border: 1px solid #e4e4e4;
......
486 486
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
487 487
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
488 488
li p {margin-top: 0;}
489
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
489
div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
490 490
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
491 491
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
492 492
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
......
1087 1087
  text-decoration:none;
1088 1088
  line-height:1.3em;
1089 1089
  padding:4px 6px 4px 6px;
1090
  background-color: #f9f9f9;
1090 1091
  border: 1px solid #ccc;
1091 1092
  border-bottom: 1px solid #bbbbbb;
1092 1093
  color:#999;
......
1154 1155

  
1155 1156
.text-diff {
1156 1157
  padding: 1em;
1157
  background-color:#f6f6f6;
1158
  background-color:#fafafa;
1158 1159
  color:#505050;
1159 1160
  border: 1px solid #e4e4e4;
1160 1161
  white-space: pre-wrap;
public/stylesheets/scm.css
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 }
(6-6/9)