KanonConductor

changeset 47:2381e2b4cdaf

remove unused css.
author Takashi Okamoto <toraneko at gmail.com>
date Tue, 29 Mar 2011 21:15:09 +0900
parents 2ab1fe86e12d
children b6b401a726c5
files etc/opt/kanon/trac-template/agile/trac-site/htdocs/theme.css etc/opt/kanon/trac-template/default/trac-site/htdocs/theme.css
diffstat 2 files changed, 24 insertions(+), 552 deletions(-) [+]
line diff
     1.1 --- a/etc/opt/kanon/trac-template/agile/trac-site/htdocs/theme.css	Tue Mar 29 18:33:47 2011 +0900
     1.2 +++ b/etc/opt/kanon/trac-template/agile/trac-site/htdocs/theme.css	Tue Mar 29 21:15:09 2011 +0900
     1.3 @@ -1,276 +1,24 @@
     1.4 -#search {
     1.5 -  height: none;
     1.6 -  margin-bottom: 0px;
     1.7 -}
     1.8 -div[id=banner] {
     1.9 - padding-top:0.5em;
    1.10 - margin-top: 1em;
    1.11 -}
    1.12 -
    1.13 -div#header {
    1.14 -  margin-bottom: 1em;
    1.15 -  margin-left: 0;
    1.16 -  margin-right: 0;
    1.17 -  margin-top: 0.3em;
    1.18 -}
    1.19 -
    1.20 -/** メタナビゲーション */
    1.21 -div#metanav {
    1.22 - position: absolute;
    1.23 - top:1px;
    1.24 - left: 1px;
    1.25 -}
    1.26 -
    1.27 -#metanav ul {
    1.28 -  padding-left: 1em;
    1.29 -}
    1.30 -
    1.31 -#metanav ul li {
    1.32 -  border: none;
    1.33 -  padding: 0px 0.2em;
    1.34 -}
    1.35 -
    1.36 -#metanav ul li a {
    1.37 -   padding: 0.2em 1em 0.2em 1em;
    1.38 -   border-top-right-radius: 5px;
    1.39 -   border-top-left-radius: 5px;
    1.40 -   border-bottom-left-radius: 5px;
    1.41 -   border-bottom-right-radius: 5px;
    1.42 -   -moz-border-radius-topleft: 5px;
    1.43 -   -moz-border-radius-topright: 5px;
    1.44 -   -moz-border-radius-bottomleft: 5px;
    1.45 -   -moz-border-radius-bottomright: 5px;
    1.46 -   background: #eee;
    1.47 -   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    1.48 -   background: -moz-linear-gradient(top,#fff,#ddd);
    1.49 -   color:black;
    1.50 -}
    1.51 -
    1.52 -#metanav ul li a:hover {
    1.53 -   background: darkGray;
    1.54 -}
    1.55 -
    1.56 -/* バックログ */
    1.57 -
    1.58 -.tickets tbody td.ストーリー {
    1.59 -  white-space: normal;
    1.60 -}
    1.61 -
    1.62 -.tickets tbody td.タスク {
    1.63 -  white-space: normal;
    1.64 -}
    1.65 -
    1.66 -/* 変更 */
    1.67 -/******************* wiki *********************/
    1.68 -.wikipage h1 {
    1.69 -   width: 80%;
    1.70 -   border-bottom: 2px solid #fa6;
    1.71 -   text-shadow: 1px 1px 3px darkGray;
    1.72 -/*
    1.73 -   padding-left: 1em;
    1.74 -   border-top-right-radius: 6px;
    1.75 -   border-top-left-radius: 6px;
    1.76 -   border-bottom-left-radius: 6px;
    1.77 -   border-bottom-right-radius: 6px;
    1.78 -   -moz-border-radius-topleft: 6px;
    1.79 -   -moz-border-radius-topright: 6px;
    1.80 -   -moz-border-radius-bottomleft: 6px;
    1.81 -   -moz-border-radius-bottomright: 6px;
    1.82 -   background: #fa6;
    1.83 -   background: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#f92));
    1.84 -   background: -moz-linear-gradient(top,#fea,#f92);
    1.85 -   color:white;
    1.86 -
    1.87 -*/
    1.88 -}
    1.89 -
    1.90 -.wikipage h2 {
    1.91 -   border-left: 1.2em solid #fa6;
    1.92 -
    1.93 -}
    1.94 -
    1.95 -.wikipage h3 {
    1.96 -   border-left: 1em solid #fa6;
    1.97 -}
    1.98 -
    1.99 -/*************** メインナビゲーション ***************/
   1.100 -
   1.101 -#mainnav {
   1.102 -  background: #fff;
   1.103 -  border: none;
   1.104 -}
   1.105 -
   1.106 -#mainnav ul {
   1.107 -  text-align: left;
   1.108 -  -webkit-padding-start: 0px;
   1.109 -  padding-left: 0px;
   1.110 -}
   1.111 -
   1.112 -#mainnav {
   1.113 -  margin: 0px 0px 0px 0px;
   1.114 -  padding: 15px 0;
   1.115 -}
   1.116 -
   1.117 -#mainnav ul li {
   1.118 -/* メニューの間隔 */
   1.119 -  line-height: 2.2em;
   1.120 -  background-image: none;
   1.121 -  color: white ;
   1.122 -  padding: 0px;
   1.123 -  vertical-align:middle;
   1.124 -}
   1.125 -
   1.126 -
   1.127 -/* メニュー共通設定 */
   1.128 -#mainnav :link, 
   1.129 -#mainnav :visited,
   1.130 -#mainnav .active :link,
   1.131 -#mainnav .active :visited {
   1.132 -  vertical-align:middle;
   1.133 -
   1.134 -   background: white;
   1.135 -/* メニューのスタイル */
   1.136 -   font-size: 9pt;
   1.137 -   font-weight: bold;
   1.138 -   color: white;
   1.139 -   text-shadow: 1px 1px 3px gray;
   1.140 -   padding: 0.75em 1em 0.75em 1em; /* メニューの大きさ */
   1.141 -   margin: 0px 0px 0px 0px; /*メニューの間隔 */
   1.142 -   border: none;
   1.143 -/* コーナー */
   1.144 -   border-right: 1px solid lightgray;
   1.145 -   border-left: 1px solid lightgray;
   1.146 -   border-top: 1px solid lightgray;
   1.147 -   -moz-border-radius-topleft: 15px;
   1.148 -   -moz-border-radius-topright: 15px;
   1.149 -   border-top-right-radius: 15px;
   1.150 -   border-top-left-radius: 15px;
   1.151 -}
   1.152 -
   1.153 -/* メニュー設定 */
   1.154 -#mainnav ul li a:link, #mainnav ul li a:visited {
   1.155 -  background: #fa6;
   1.156 -  background: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#f92));
   1.157 -  background: -moz-linear-gradient(top,#fea,#f92);
   1.158 -  color: white ;
   1.159 -}
   1.160 -
   1.161 -
   1.162 -
   1.163 -#mainnav ul li {
   1.164 -/* メニューを改行したときの幅 */
   1.165 -  display: inline-block;
   1.166 -}
   1.167 -
   1.168 -/* IE7の対応 */
   1.169 -*+html #mainnav ul li {
   1.170 -  display: inline;
   1.171 -}
   1.172 -
   1.173 -/* アクティブメニュー */
   1.174 -#mainnav .active :link,
   1.175 -#mainnav ul li.active a:visited {
   1.176 -  color: #333; /* 文字色 */
   1.177 -  font-weight: normal;
   1.178 -  text-shadow: 1px 1px 1px lightgray;
   1.179 -  border-bottom: 1px solid white;
   1.180 -  background: white; /* 背景 */
   1.181 -  border-right: 1px solid gray; /* 枠 */
   1.182 -  border-left: 1px solid gray;
   1.183 -  border-top: 1px solid gray;
   1.184 -}
   1.185 -
   1.186 -
   1.187 -
   1.188 -#mainnav span {
   1.189 -   padding: 0px 0px 0px 0px;
   1.190 -}
   1.191 -
   1.192 -/* ホバー時の設定 */
   1.193 -#mainnav .active :link:hover,
   1.194 -#mainnav :link:hover,
   1.195 -#mainnav :visited:hover,
   1.196 -#mainnav .active :visited:hover {
   1.197 -   border-right: 1px solid lightgray;
   1.198 -   border-left: 1px solid lightgray;
   1.199 -   border-top: 1px solid lightgray;
   1.200 -   border-bottom: none;
   1.201 -   background: #fea;
   1.202 -}
   1.203 -
   1.204 -
   1.205 -
   1.206 -
   1.207 -input[type=submit], button, input[type=button] {
   1.208 -overflow: hidden;
   1.209 -padding: 0.3em 25px 0.3em;
   1.210 -text-overflow: ellipsis;
   1.211 -white-space: nowrap;
   1.212 -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 4px inset;
   1.213 --webkit-background-clip: padding-box;
   1.214 -background-clip: padding-box;
   1.215 -border-bottom-left-radius: 1em 1em;
   1.216 -border-bottom-right-radius: 1em 1em;
   1.217 -border-top-left-radius: 1em 1em;
   1.218 -border-top-right-radius: 1em 1em;
   1.219 -   -moz-border-radius-topleft: 1em;
   1.220 -   -moz-border-radius-topright: 1em;
   1.221 -   -moz-border-radius-bottomleft: 1em;
   1.222 -   -moz-border-radius-bottomright: 1em;
   1.223 -border: 1px solid #B3B3B3;
   1.224 -background: #F0F0F0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
   1.225 -background: -moz-linear-gradient(top,#FFFFFF,#F0F0F0);
   1.226 -cursor: pointer;
   1.227 -text-align: center;
   1.228 -color: #444;
   1.229 -font-weight: bold;
   1.230 -text-shadow: #F6F6F6 0px 1px 1px;
   1.231 -}
   1.232 -
   1.233 -
   1.234 -input[type=text]  ,textarea ,select {
   1.235 --webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 4px inset;
   1.236 -line-height: 1.4;
   1.237 -padding: 0.4em;
   1.238 --webkit-background-clip: padding-box;
   1.239 -background-clip: padding-box;
   1.240 -border-bottom-left-radius: 0.6em 0.6em;
   1.241 -border-bottom-right-radius: 0.6em 0.6em;
   1.242 -border-top-left-radius: 0.6em 0.6em;
   1.243 -border-top-right-radius: 0.6em 0.6em;
   1.244 -   -moz-border-radius-topleft: 0.6em;
   1.245 -   -moz-border-radius-topright: 0.6em;
   1.246 -   -moz-border-radius-bottomleft: 0.6em;
   1.247 -   -moz-border-radius-bottomright: 0.6em;
   1.248 -background: #F0F0F0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), 
   1.249 -to(#F0F0F0));
   1.250 -background: -moz-linear-gradient(top,#FFFFFF,#F0F0F0);
   1.251 -border: 1px solid #B3B3B3;
   1.252 -color: #333;
   1.253 -text-shadow: white 0px 1px 0px;
   1.254 -border: 1px inset;
   1.255 -cursor: auto;
   1.256 -margin-left: 2px;
   1.257 -}
   1.258 -
   1.259 -
   1.260 -input[type=text],textarea, input[type="password"], input[type="search"],isindex {
   1.261 --webkit-appearance: textfield;
   1.262 --webkit-rtl-ordering: logical;
   1.263 --webkit-user-select: text;
   1.264 -}
   1.265 -
   1.266 -input, textarea, keygen, select, button, isindex, datagrid {
   1.267 -font: -webkit-small-control;
   1.268 -letter-spacing: normal;
   1.269 -line-height: normal;
   1.270 -margin: 0em;
   1.271 -text-align: -webkit-auto;
   1.272 -text-indent: 0px;
   1.273 -text-transform: none;
   1.274 -word-spacing: normal;
   1.275 -}
   1.276 -
   1.277 -input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   1.278 -color: darkGray;
   1.279 -}
   1.280 +.tickets tbody td.ストーリー {
   1.281 +  white-space: normal;
   1.282 +}
   1.283 +
   1.284 +.tickets tbody td.タスク {
   1.285 +  white-space: normal;
   1.286 +}
   1.287 +
   1.288 +.tickets tbody td.作業時間 {
   1.289 +  width: 4em;
   1.290 +}
   1.291 +
   1.292 +.tickets tbody td.見積 {
   1.293 +  width: 2em;
   1.294 +}
   1.295 +
   1.296 +.tickets tbody td.状態 {
   1.297 +  width: 6em;
   1.298 +}
   1.299 +
   1.300 +.tickets tbody td.ticket {
   1.301 +  width: 3em;
   1.302 +}
   1.303 +
     2.1 --- a/etc/opt/kanon/trac-template/default/trac-site/htdocs/theme.css	Tue Mar 29 18:33:47 2011 +0900
     2.2 +++ b/etc/opt/kanon/trac-template/default/trac-site/htdocs/theme.css	Tue Mar 29 21:15:09 2011 +0900
     2.3 @@ -1,276 +0,0 @@
     2.4 -#search {
     2.5 -  height: none;
     2.6 -  margin-bottom: 0px;
     2.7 -}
     2.8 -div[id=banner] {
     2.9 - padding-top:0.5em;
    2.10 - margin-top: 1em;
    2.11 -}
    2.12 -
    2.13 -div#header {
    2.14 -  margin-bottom: 1em;
    2.15 -  margin-left: 0;
    2.16 -  margin-right: 0;
    2.17 -  margin-top: 0.3em;
    2.18 -}
    2.19 -
    2.20 -/** メタナビゲーション */
    2.21 -div#metanav {
    2.22 - position: absolute;
    2.23 - top:1px;
    2.24 - left: 1px;
    2.25 -}
    2.26 -
    2.27 -#metanav ul {
    2.28 -  padding-left: 1em;
    2.29 -}
    2.30 -
    2.31 -#metanav ul li {
    2.32 -  border: none;
    2.33 -  padding: 0px 0.2em;
    2.34 -}
    2.35 -
    2.36 -#metanav ul li a {
    2.37 -   padding: 0.2em 1em 0.2em 1em;
    2.38 -   border-top-right-radius: 5px;
    2.39 -   border-top-left-radius: 5px;
    2.40 -   border-bottom-left-radius: 5px;
    2.41 -   border-bottom-right-radius: 5px;
    2.42 -   -moz-border-radius-topleft: 5px;
    2.43 -   -moz-border-radius-topright: 5px;
    2.44 -   -moz-border-radius-bottomleft: 5px;
    2.45 -   -moz-border-radius-bottomright: 5px;
    2.46 -   background: #eee;
    2.47 -   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    2.48 -   background: -moz-linear-gradient(top,#fff,#ddd);
    2.49 -   color:black;
    2.50 -}
    2.51 -
    2.52 -#metanav ul li a:hover {
    2.53 -   background: darkGray;
    2.54 -}
    2.55 -
    2.56 -/* バックログ */
    2.57 -
    2.58 -.tickets tbody td.ストーリー {
    2.59 -  white-space: normal;
    2.60 -}
    2.61 -
    2.62 -.tickets tbody td.タスク {
    2.63 -  white-space: normal;
    2.64 -}
    2.65 -
    2.66 -/* 変更 */
    2.67 -/******************* wiki *********************/
    2.68 -.wikipage h1 {
    2.69 -   width: 80%;
    2.70 -   border-bottom: 2px solid #fa6;
    2.71 -   text-shadow: 1px 1px 3px darkGray;
    2.72 -/*
    2.73 -   padding-left: 1em;
    2.74 -   border-top-right-radius: 6px;
    2.75 -   border-top-left-radius: 6px;
    2.76 -   border-bottom-left-radius: 6px;
    2.77 -   border-bottom-right-radius: 6px;
    2.78 -   -moz-border-radius-topleft: 6px;
    2.79 -   -moz-border-radius-topright: 6px;
    2.80 -   -moz-border-radius-bottomleft: 6px;
    2.81 -   -moz-border-radius-bottomright: 6px;
    2.82 -   background: #fa6;
    2.83 -   background: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#f92));
    2.84 -   background: -moz-linear-gradient(top,#fea,#f92);
    2.85 -   color:white;
    2.86 -
    2.87 -*/
    2.88 -}
    2.89 -
    2.90 -.wikipage h2 {
    2.91 -   border-left: 1.2em solid #fa6;
    2.92 -
    2.93 -}
    2.94 -
    2.95 -.wikipage h3 {
    2.96 -   border-left: 1em solid #fa6;
    2.97 -}
    2.98 -
    2.99 -/*************** メインナビゲーション ***************/
   2.100 -
   2.101 -#mainnav {
   2.102 -  background: #fff;
   2.103 -  border: none;
   2.104 -}
   2.105 -
   2.106 -#mainnav ul {
   2.107 -  text-align: left;
   2.108 -  -webkit-padding-start: 0px;
   2.109 -  padding-left: 0px;
   2.110 -}
   2.111 -
   2.112 -#mainnav {
   2.113 -  margin: 0px 0px 0px 0px;
   2.114 -  padding: 15px 0;
   2.115 -}
   2.116 -
   2.117 -#mainnav ul li {
   2.118 -/* メニューの間隔 */
   2.119 -  line-height: 2.2em;
   2.120 -  background-image: none;
   2.121 -  color: white ;
   2.122 -  padding: 0px;
   2.123 -  vertical-align:middle;
   2.124 -}
   2.125 -
   2.126 -
   2.127 -/* メニュー共通設定 */
   2.128 -#mainnav :link, 
   2.129 -#mainnav :visited,
   2.130 -#mainnav .active :link,
   2.131 -#mainnav .active :visited {
   2.132 -  vertical-align:middle;
   2.133 -
   2.134 -   background: white;
   2.135 -/* メニューのスタイル */
   2.136 -   font-size: 9pt;
   2.137 -   font-weight: bold;
   2.138 -   color: white;
   2.139 -   text-shadow: 1px 1px 3px gray;
   2.140 -   padding: 0.75em 1em 0.75em 1em; /* メニューの大きさ */
   2.141 -   margin: 0px 0px 0px 0px; /*メニューの間隔 */
   2.142 -   border: none;
   2.143 -/* コーナー */
   2.144 -   border-right: 1px solid lightgray;
   2.145 -   border-left: 1px solid lightgray;
   2.146 -   border-top: 1px solid lightgray;
   2.147 -   -moz-border-radius-topleft: 15px;
   2.148 -   -moz-border-radius-topright: 15px;
   2.149 -   border-top-right-radius: 15px;
   2.150 -   border-top-left-radius: 15px;
   2.151 -}
   2.152 -
   2.153 -/* メニュー設定 */
   2.154 -#mainnav ul li a:link, #mainnav ul li a:visited {
   2.155 -  background: #fa6;
   2.156 -  background: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#f92));
   2.157 -  background: -moz-linear-gradient(top,#fea,#f92);
   2.158 -  color: white ;
   2.159 -}
   2.160 -
   2.161 -
   2.162 -
   2.163 -#mainnav ul li {
   2.164 -/* メニューを改行したときの幅 */
   2.165 -  display: inline-block;
   2.166 -}
   2.167 -
   2.168 -/* IE7の対応 */
   2.169 -*+html #mainnav ul li {
   2.170 -  display: inline;
   2.171 -}
   2.172 -
   2.173 -/* アクティブメニュー */
   2.174 -#mainnav .active :link,
   2.175 -#mainnav ul li.active a:visited {
   2.176 -  color: #333; /* 文字色 */
   2.177 -  font-weight: normal;
   2.178 -  text-shadow: 1px 1px 1px lightgray;
   2.179 -  border-bottom: 1px solid white;
   2.180 -  background: white; /* 背景 */
   2.181 -  border-right: 1px solid gray; /* 枠 */
   2.182 -  border-left: 1px solid gray;
   2.183 -  border-top: 1px solid gray;
   2.184 -}
   2.185 -
   2.186 -
   2.187 -
   2.188 -#mainnav span {
   2.189 -   padding: 0px 0px 0px 0px;
   2.190 -}
   2.191 -
   2.192 -/* ホバー時の設定 */
   2.193 -#mainnav .active :link:hover,
   2.194 -#mainnav :link:hover,
   2.195 -#mainnav :visited:hover,
   2.196 -#mainnav .active :visited:hover {
   2.197 -   border-right: 1px solid lightgray;
   2.198 -   border-left: 1px solid lightgray;
   2.199 -   border-top: 1px solid lightgray;
   2.200 -   border-bottom: none;
   2.201 -   background: #fea;
   2.202 -}
   2.203 -
   2.204 -
   2.205 -
   2.206 -
   2.207 -input[type=submit], button, input[type=button] {
   2.208 -overflow: hidden;
   2.209 -padding: 0.3em 25px 0.3em;
   2.210 -text-overflow: ellipsis;
   2.211 -white-space: nowrap;
   2.212 -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 4px inset;
   2.213 --webkit-background-clip: padding-box;
   2.214 -background-clip: padding-box;
   2.215 -border-bottom-left-radius: 1em 1em;
   2.216 -border-bottom-right-radius: 1em 1em;
   2.217 -border-top-left-radius: 1em 1em;
   2.218 -border-top-right-radius: 1em 1em;
   2.219 -   -moz-border-radius-topleft: 1em;
   2.220 -   -moz-border-radius-topright: 1em;
   2.221 -   -moz-border-radius-bottomleft: 1em;
   2.222 -   -moz-border-radius-bottomright: 1em;
   2.223 -border: 1px solid #B3B3B3;
   2.224 -background: #F0F0F0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
   2.225 -background: -moz-linear-gradient(top,#FFFFFF,#F0F0F0);
   2.226 -cursor: pointer;
   2.227 -text-align: center;
   2.228 -color: #444;
   2.229 -font-weight: bold;
   2.230 -text-shadow: #F6F6F6 0px 1px 1px;
   2.231 -}
   2.232 -
   2.233 -
   2.234 -input[type=text]  ,textarea ,select {
   2.235 --webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 4px inset;
   2.236 -line-height: 1.4;
   2.237 -padding: 0.4em;
   2.238 --webkit-background-clip: padding-box;
   2.239 -background-clip: padding-box;
   2.240 -border-bottom-left-radius: 0.6em 0.6em;
   2.241 -border-bottom-right-radius: 0.6em 0.6em;
   2.242 -border-top-left-radius: 0.6em 0.6em;
   2.243 -border-top-right-radius: 0.6em 0.6em;
   2.244 -   -moz-border-radius-topleft: 0.6em;
   2.245 -   -moz-border-radius-topright: 0.6em;
   2.246 -   -moz-border-radius-bottomleft: 0.6em;
   2.247 -   -moz-border-radius-bottomright: 0.6em;
   2.248 -background: #F0F0F0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), 
   2.249 -to(#F0F0F0));
   2.250 -background: -moz-linear-gradient(top,#FFFFFF,#F0F0F0);
   2.251 -border: 1px solid #B3B3B3;
   2.252 -color: #333;
   2.253 -text-shadow: white 0px 1px 0px;
   2.254 -border: 1px inset;
   2.255 -cursor: auto;
   2.256 -margin-left: 2px;
   2.257 -}
   2.258 -
   2.259 -
   2.260 -input[type=text],textarea, input[type="password"], input[type="search"],isindex {
   2.261 --webkit-appearance: textfield;
   2.262 --webkit-rtl-ordering: logical;
   2.263 --webkit-user-select: text;
   2.264 -}
   2.265 -
   2.266 -input, textarea, keygen, select, button, isindex, datagrid {
   2.267 -font: -webkit-small-control;
   2.268 -letter-spacing: normal;
   2.269 -line-height: normal;
   2.270 -margin: 0em;
   2.271 -text-align: -webkit-auto;
   2.272 -text-indent: 0px;
   2.273 -text-transform: none;
   2.274 -word-spacing: normal;
   2.275 -}
   2.276 -
   2.277 -input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   2.278 -color: darkGray;
   2.279 -}