Skip to content

Commit

Permalink
build css
Browse files Browse the repository at this point in the history
  • Loading branch information
makotokw committed Oct 1, 2019
1 parent 31def85 commit e4b6bd5
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ tt, code, pre { font-family: Consolas, "Liberation Mono", Courier, monospace; fo
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { #header > h1 { background: url(../images/logo@2x.png) no-repeat 10px 5px; background-size: 30px 30px; } }
#main { margin: 15px 15px 0 15px; background-color: white; }

#top-menu { font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; padding: 10px 10px 2px 20px; background-color: #f3f3f3; background-image: -webkit-linear-gradient(#f9f9f9, #f3f3f3); background-image: linear-gradient(#f9f9f9, #f3f3f3); background-repeat: repeat-x; text-shadow: 0 1px 0 #fff; border-bottom: 1px solid #e5e5e5; }
#top-menu { font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; padding: 10px 10px 2px 20px; background-color: #f3f3f3; background-image: linear-gradient(#f9f9f9, #f3f3f3); background-repeat: repeat-x; text-shadow: 0 1px 0 #fff; border-bottom: 1px solid #e5e5e5; }
#top-menu #loggedas { color: #222; }
#top-menu a { color: #333; font-weight: bold; padding: 5px; margin-right: 0; -webkit-transition: color .15s ease-in; transition: color .15s ease-in; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
#top-menu a { color: #333; font-weight: bold; padding: 5px; margin-right: 0; transition: color .15s ease-in; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
#top-menu a:hover { color: #4183C4; text-decoration: none; }

div.flash { border: 1px solid; text-shadow: 0 1px white; }
Expand Down Expand Up @@ -93,7 +93,7 @@ h2, h3, h4 { border-bottom: 0; }
.wiki.wiki-page h1 { border-bottom: 1px solid #ccc; }
.wiki.wiki-page > h2 { border-bottom: 1px solid #ccc; padding-bottom: 6px; }

#main-menu { left: 0; width: 100%; background: #FAFAFA; background: -webkit-linear-gradient(top, #fafafa, #eaeaea); background: linear-gradient(to bottom, #fafafa, #eaeaea); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; border: 1px solid #EAEAEA; border-bottom-color: #CACACA; border-radius: 3px; margin-right: 0; position: relative; }
#main-menu { left: 0; width: 100%; background: #FAFAFA; background: linear-gradient(to bottom, #fafafa, #eaeaea); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; border: 1px solid #EAEAEA; border-bottom-color: #CACACA; border-radius: 3px; margin-right: 0; position: relative; }
#main-menu ul { *zoom: 1; margin-top: 0; padding-left: 0; background-color: transparent !important; }
#main-menu ul:before, #main-menu ul:after { display: table; content: ""; line-height: 0; }
#main-menu ul:after { clear: both; }
Expand All @@ -102,7 +102,7 @@ h2, h3, h4 { border-bottom: 0; }
#main-menu ul .menu-children li a:hover { color: #4183C4; background: none; border-bottom: none; }
#main-menu ul li { margin: 0; padding: 0; }
#main-menu ul li a { background-color: transparent !important; display: block; padding: 10px 12px; color: #333; text-shadow: 0 1px 0 #fff; font-weight: bold; text-decoration: none; border-bottom: 2px solid #DADADA; height: 20px; line-height: 20px; }
#main-menu ul li a.selected { color: #000; border-bottom: 2px solid #D26911 !important; background-color: #ebebeb; background-image: -webkit-linear-gradient(#fcfcfc, #ebebeb); background-image: linear-gradient(#fcfcfc, #ebebeb); background-repeat: repeat-x; }
#main-menu ul li a.selected { color: #000; border-bottom: 2px solid #D26911 !important; background-color: #ebebeb; background-image: linear-gradient(#fcfcfc, #ebebeb); background-repeat: repeat-x; }
#main-menu ul li a.selected:hover { color: #000; }
#main-menu ul li a:hover { color: #4183C4; }

Expand Down Expand Up @@ -174,23 +174,23 @@ tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; }
/*input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
*/
.button, input[type="submit"] { position: relative; display: inline-block; padding: 5px 11px; font-weight: bold; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); white-space: nowrap; background-color: #eaeaea; background-repeat: repeat-x; background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); border-radius: 3px; border: 1px solid #ddd; border-bottom-color: #c4c4c4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-appearance: none; }
.button:hover, input[type="submit"]:hover { text-decoration: none; background-color: #dadada; background-image: -webkit-linear-gradient(#eaeaea, #dadada); background-image: linear-gradient(#eaeaea, #dadada); border-color: #ccc #ccc #b5b5b5; }
.button, input[type="submit"] { position: relative; display: inline-block; padding: 5px 11px; font-weight: bold; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); white-space: nowrap; background-color: #eaeaea; background-repeat: repeat-x; background-image: linear-gradient(#fafafa, #eaeaea); border-radius: 3px; border: 1px solid #ddd; border-bottom-color: #c4c4c4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-appearance: none; }
.button:hover, input[type="submit"]:hover { text-decoration: none; background-color: #dadada; background-image: linear-gradient(#eaeaea, #dadada); border-color: #ccc #ccc #b5b5b5; }
.button:active, input[type="submit"]:active { background-color: #dadada; background-image: none; border-color: #b5b5b5; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); }
.button:disabled, input[type="submit"]:disabled, .button:disabled:hover, input[type="submit"]:disabled:hover, .button[disabled], input[disabled][type="submit"], .button[disabled]:hover, input[disabled][type="submit"]:hover { opacity: .5; color: #666; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); background-image: none; background-color: #e5e5e5; border-color: #c5c5c5; cursor: default; box-shadow: none; }

.btn { display: inline-block; padding: 4px 12px; margin-bottom: 0; text-align: center; vertical-align: middle; cursor: pointer; color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #a3a3a3; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#b3b3b3)); background-image: -webkit-linear-gradient(top, #999, #b3b3b3); background-image: -webkit-linear-gradient(top, #999999, #b3b3b3); background-image: linear-gradient(to bottom, #999999, #b3b3b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FFB3B3B3', GradientType=0); border-color: #b3b3b3 #b3b3b3 #8c8c8c; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #b3b3b3; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #ddd; *border: 0; border-bottom-color: #c4c4c4; border-radius: 3px; *margin-left: .3em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn { display: inline-block; padding: 4px 12px; margin-bottom: 0; text-align: center; vertical-align: middle; cursor: pointer; color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #a3a3a3; background-image: linear-gradient(to bottom, #999, #b3b3b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FFB3B3B3', GradientType=0); border-color: #b3b3b3 #b3b3b3 #8c8c8c; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #b3b3b3; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #ddd; *border: 0; border-bottom-color: #c4c4c4; border-radius: 3px; *margin-left: .3em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333; background-color: #b3b3b3; *background-color: #a6a6a6; }
.btn:active, .btn.active { background-color: #999999 \9; }
.btn:first-child { *margin-left: 0; }
.btn:hover, .btn:focus { color: #333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position .1s linear; transition: background-position .1s linear; }
.btn:hover, .btn:focus { color: #333; text-decoration: none; background-position: 0 -15px; transition: background-position .1s linear; }
.btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn.active, .btn:active { background-image: none; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn.disabled, .btn[disabled] { cursor: default; background-image: none; opacity: .65; box-shadow: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea, select { outline: none; padding: 3px 4px; background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); border-radius: 3px; -webkit-transition: all 0.15s ease-in 0s; transition: all 0.15s ease-in 0s; vertical-align: middle; }
#content input[type="text"], #content input[type="password"], #content input[type="email"], #content input[type="number"], #content input[type="tel"], #content input[type="url"], #content textarea, #content select { background-color: #fafafa; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border-color: #51a7e8; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"] , input.date , textarea, select { outline: none; padding: 3px 4px; color: #333; background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); border-radius: 3px; transition: all 0.15s ease-in 0s; vertical-align: middle; }
#content input[type="text"], #content input[type="password"], #content input[type="email"], #content input[type="number"], #content input[type="tel"], #content input[type="url"] , #content input.date , #content textarea, #content select { background-color: #fafafa; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus , input.date:focus , textarea:focus, select:focus { border-color: #51a7e8; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }

input.autocomplete { padding-left: 20px; }
input#issue_subject { width: 98%; }
Expand All @@ -213,13 +213,15 @@ option { border-bottom: 1px dotted #ddd; }

img.gravatar { box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }

#content .tabs { height: 2.8em; }

.controller-wiki div#content > div.contextual { margin-top: 3px; }
.controller-wiki div#content > div.wiki { padding: 0 8px 8px 8px; }

div.wiki { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.6; word-wrap: break-word; }
div.wiki:before { display: table; content: ""; }
div.wiki:after { display: table; clear: both; content: ""; }
div.wiki a { background-color: transparent; text-decoration: none; text-decoration-skip: objects; }
div.wiki a { background-color: transparent; text-decoration: none; -webkit-text-decoration-skip: objects; text-decoration-skip: objects; }
div.wiki a:active, div.wiki a:hover { text-decoration: underline; outline-width: 0; }
div.wiki a:not([href]) { color: inherit; text-decoration: none; }
div.wiki p, div.wiki blockquote, div.wiki ul, div.wiki ol, div.wiki dl, div.wiki table, div.wiki pre { margin-top: 0; margin-bottom: 16px; }
Expand All @@ -240,15 +242,18 @@ div.wiki ul.toc { padding: 10px; }
div.wiki img { border-style: none; max-width: 100%; }
div.wiki table { border-spacing: 0; border-collapse: collapse; overflow: auto; word-break: normal; word-break: keep-all; }
div.wiki table th { font-weight: bold; }
div.wiki table th, div.wiki table td { padding: 6px 13px; border: 1px solid #ddd; }
div.wiki table th, div.wiki table td { border: 1px solid #ddd; padding: 6px 13px; }
div.wiki table tr { background-color: #fff; border-top: 1px solid #ccc; }
div.wiki table tr:nth-child(2n) { background-color: #f8f8f8; }
div.wiki table img { max-width: 100%; box-sizing: content-box; background-color: #fff; }
div.wiki table img { background-color: #fff; box-sizing: content-box; max-width: 100%; }
div.wiki pre { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; margin: 15px 0; background-color: #f8f8f8; border: 1px solid #ddd; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; border-radius: 3px; }
div.wiki kbd { display: inline-block; padding: 3px 5px; font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; }
div.wiki hr { box-sizing: content-box; height: 0; margin: 15px 0; background: transparent; border: 0; border-bottom: 1px solid #eee; overflow: visible; }
div.wiki hr::before { display: table; content: ""; }
div.wiki hr::after { display: table; clear: both; content: ""; }
div.wiki hr::before { content: ""; display: table; }
div.wiki hr::after { clear: both; content: ""; display: table; }

.tabular .jstEditor .wiki-preview { padding: 8px; width: auto; }
.tabular .jstEditor .wiki-preview p { padding: 0 !important; }

#projects-index ul.projects ul.projects { border-left: 3px solid #E0E0E0; }
#projects-index ul.projects.root { padding: 10px; }
Expand Down Expand Up @@ -333,7 +338,7 @@ span.invoice-status.paid { background-color: green !important; }
.gantt .gantt-menu-button.button-positive { background-color: #4ebf67; border-color: #338d47; }
.gantt .gantt-menu-button#button_sample { background-image: none; }

a.buy-button.blue { background: #4C728A !important; background-image: -webkit-linear-gradient(bottom, #4c728a 0%, #749bb4 100%) !important; background-image: linear-gradient(to top, #4c728a 0%, #749bb4 100%) !important; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#749BB4', endColorstr='#4C728A')" !important; }
a.buy-button.blue { background: #4C728A !important; background-image: linear-gradient(to top, #4c728a 0%, #749bb4 100%) !important; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#749BB4', endColorstr='#4C728A')" !important; }

#picture { width: 446px !important; top: 7px; }

Expand Down

0 comments on commit e4b6bd5

Please sign in to comment.