Project

General

Profile

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

Go MAEDA, 2017-03-08 10:38

View differences:

public/stylesheets/application.css (working copy)
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;}
......
80 80
#admin-menu ul {margin: 0;  padding: 0;}
81 81
#admin-menu li {margin: 0;  padding: 0 0 6px 0; list-style-type:none;}
82 82

  
83
#main {background-color:#EEEEEE;}
83
#main {background-color:#f2f2f2;}
84 84

  
85 85
#sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
86 86
* html #sidebar{ width: 22%; }
87
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
87
#sidebar h3{ font-size: 14px; margin-top:14px; color: #333;  }
88 88
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
89 89
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
90 90
#sidebar .contextual { margin-right: 1em; }
......
411 411
.box{
412 412
  padding:6px;
413 413
  margin-bottom: 10px;
414
  background-color:#f6f6f6;
414
  background-color:#f9f9f9;
415 415
  color:#505050;
416 416
  line-height:1.5em;
417 417
  border: 1px solid #e4e4e4;
......
447 447
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
448 448
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
449 449
li p {margin-top: 0;}
450
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
450
div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
451 451
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
452 452
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
453 453
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
......
973 973
  padding:4px 6px 4px 6px;
974 974
  border: 1px solid #ccc;
975 975
  border-bottom: 1px solid #bbbbbb;
976
  background-color: #f6f6f6;
976
  background-color: #f9f9f9;
977 977
  color:#999;
978 978
  font-weight:bold;
979 979
  border-top-left-radius:3px;
......
1039 1039

  
1040 1040
.text-diff {
1041 1041
  padding: 1em;
1042
  background-color:#f6f6f6;
1042
  background-color:#fafafa;
1043 1043
  color:#505050;
1044 1044
  border: 1px solid #e4e4e4;
1045 1045
}
public/stylesheets/scm.css (working copy)
34 34
#changes-legend { float: right; font-size: 0.8em; margin: 0; }
35 35
#changes-legend li { float: left; background-position: 5px 0; }
36 36

  
37
table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fafafa; }
37
table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fefefe; }
38 38
table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
39 39
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
40 40
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
......
102 102
    background: inherit;
103 103
}
104 104

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

  
107 107
div.action_M { background: #fd8 }
108 108
div.action_D { background: #f88 }
(5-5/9)