diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-12-11 16:40:05 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-10 15:20:25 +0000 |
| commit | c2fc6ca2fa68aca17235cac306b6df4b882fe9ff (patch) | |
| tree | ed53d90f51759a9b56d4439b489452133486f371 /bitbake/lib/toaster/toastergui/static/css/default.css | |
| parent | 47621ecb24eedd803f17a551230a524193089c9a (diff) | |
| download | poky-c2fc6ca2fa68aca17235cac306b6df4b882fe9ff.tar.gz | |
bitbake: toaster: update static media for Toaster GUI
In the process of making the GUI more usable, we
bring in the static assets used during the design
phase into the application.
Licenses used:
Bootstrap 2.3.2 under Apache License 2.0
Font Awesome under SIL OFL 1.1 (GPL compatible) and MIT licence
GLYPHICONS Halflings released with Bootstrap, CC BY 3.0
jQuery 2.0.3 under MIT licence
prettify.js under Apache Licence 2.0
(Bitbake rev: 0b3d2000c0bcd2bb5a3af5d49a514a90f001a7d2)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css new file mode 100644 index 0000000000..844f6dcd56 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -0,0 +1,174 @@ | |||
| 1 | .block-centered { margin: auto; display: block;} | ||
| 2 | .error, .red { color: #b94a48;} | ||
| 3 | |||
| 4 | .error:hover {color:#943A38;text-decoration:none;} | ||
| 5 | |||
| 6 | .success, | ||
| 7 | .green { color: /*#4EAC4B*/#468847;} | ||
| 8 | |||
| 9 | .success:hover {color:#347132;text-decoration: underline;} | ||
| 10 | td > .success:hover {text-decoration: underline;} | ||
| 11 | .warning, .yellow { color: #c09853;} | ||
| 12 | .overflow-hidden { overflow: hidden;} | ||
| 13 | .large { font-size: x-large; font-weight: normal; line-height: 30px;} | ||
| 14 | .max-width { width: 100%;} | ||
| 15 | .text-right { text-align: right !important;} | ||
| 16 | .visibility-hidden { visibility: hidden;} | ||
| 17 | .hover-show:hover .visibility-hidden { visibility: visible;} | ||
| 18 | .alpha { margin-left: 0 !important;} | ||
| 19 | .omega { margin-right: 0 !important;} | ||
| 20 | |||
| 21 | .recent-activity { margin: 40px 0;} | ||
| 22 | .recent-activity .alert, | ||
| 23 | .recent-activity .alert .progress { margin-bottom: 1em;} | ||
| 24 | .recent-activity .row-fluid, | ||
| 25 | .recent-activity .row-fluid [class*="span"] { min-height: 0;} | ||
| 26 | .recent-activity .alert-blank {color: black; background: none; border: none;} | ||
| 27 | .breadcrumb { display: inline-block;} | ||
| 28 | .section, .margin { margin: 20px 0;} | ||
| 29 | .middle { vertical-align:middle;} | ||
| 30 | select { width: auto;} | ||
| 31 | |||
| 32 | .contributors ul { margin-left: 7px;} | ||
| 33 | .contributors li {list-style: none;} | ||
| 34 | |||
| 35 | .box { border: 1px solid #ddd; -webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-topleft: 4px;margin-bottom: 20px;} | ||
| 36 | .box-header { background-color: #f5f5f5;padding: 8px;border-bottom: 1px solid #ddd;font-size: 18px;font-weight: bold;color: #1684DA;} | ||
| 37 | .box-content { padding: 20px;} | ||
| 38 | .box-single { padding: 8px;} | ||
| 39 | |||
| 40 | a.icon-button { color: #555; text-decoration: none;} | ||
| 41 | /*a.icon-button:after { content: " "; nbsp} */ | ||
| 42 | |||
| 43 | .stats { margin-right: 30px;} | ||
| 44 | .stats .large { font-size: x-large; font-weight: normal; display: inline; line-height: 30px} | ||
| 45 | .stats small { width: 50px; display: inline-block; font-size: 85%;line-height: 14px;} | ||
| 46 | .task-header { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2;} | ||
| 47 | .task-header strong { display: inline-block; width: 100px;} | ||
| 48 | .no-list-style { list-style: none; margin-left: 0;} | ||
| 49 | .modal { width: 800px; margin-left: -400px;} | ||
| 50 | |||
| 51 | .right-padding td:first-child { padding-right: 40px;} | ||
| 52 | .right-padding td { padding: 4px 0px;} | ||
| 53 | .centered {margin: 0 20%;} | ||
| 54 | .auto-width { width: auto;} | ||
| 55 | .auto-width td { min-width: 150px;} | ||
| 56 | |||
| 57 | /*a.muted:hover {cursor: default;}*/ | ||
| 58 | |||
| 59 | #infovis { position:relative; width:600px; height:600px; margin:auto; overflow:hidden;} | ||
| 60 | |||
| 61 | /*.tablesorter th {cursor: s-resize;} | ||
| 62 | .tablesorter th.headerSortDown {cursor: n-resize;}*/ | ||
| 63 | |||
| 64 | .combobox input {width: 60%;margin: 0;} | ||
| 65 | |||
| 66 | /*.custom-column, | ||
| 67 | .custom-column thead tr:last-child td:last-child {border-right: none;} | ||
| 68 | .custom-column tbody td:last-child {border-top: none;} | ||
| 69 | .custom-column thead td:last-child {border-right: 1px solid #ddd;} | ||
| 70 | .custom-column .column-button-column .column-button {padding: 4px 4px;} | ||
| 71 | .column-button-column li {margin: 10px;}*/ | ||
| 72 | |||
| 73 | ul.tree, | ||
| 74 | ul.tree ul { list-style-type: none;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKAQMAAABPHKYJAAAAA1BMVEWIiIhYZW6zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggGExMZBky19AAAAAtJREFUCNdjYMAEAAAUAAHlhrBKAAAAAElFTkSuQmCC) repeat-y;margin: 0;padding: 0;} | ||
| 75 | ul.tree ul { margin-left: 10px;} | ||
| 76 | ul.tree li {margin-top: 10px;padding: 0 0 0 10px;line-height: 20px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIJYVaFGwAAAARSURBVAjXY2hgQIf/GTDFGgDSkwqATqpCHAAAAABJRU5ErkJggg==) no-repeat 0 0;} | ||
| 77 | ul.tree ul li:last-child {background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIIhs+gc8AAAAQSURBVAjXY2hgQIf/GbAAAKCTBYBUjWvCAAAAAElFTkSuQmCC) no-repeat 0 0;} | ||
| 78 | ul.tree, | ||
| 79 | ul.tree > li {background: none;} | ||
| 80 | |||
| 81 | .inline-centered {text-align: center;} | ||
| 82 | |||
| 83 | /* Sorry in advance for these !importants. It's an emergency and the logo | ||
| 84 | doesn't fit and I'm at the pub !!! */ | ||
| 85 | .logo img {height: 30px;width: auto !important;} | ||
| 86 | .logo {padding-top: 4px !important;padding-bottom: 0px !important;} | ||
| 87 | |||
| 88 | tr.selected {background-color: yellow;} | ||
| 89 | |||
| 90 | .dependencies-graph img {display: none;} | ||
| 91 | .dependencies-graph .base {display: block;} | ||
| 92 | .dependencies-graph:hover {cursor: pointer;} | ||
| 93 | .dependencies-graph:hover .base {display: none;} | ||
| 94 | .dependencies-graph:hover .dependencies {display: block;} | ||
| 95 | .dependencies-graph.recommended-show:hover .base {display: none;} | ||
| 96 | .dependencies-graph.recommended-show:hover .dependencies {display: none;} | ||
| 97 | .dependencies-graph.recommended-show:hover .recommended {display: block;} | ||
| 98 | .dependencies-table.hover .package-selected {background-color: #FECF5E;} | ||
| 99 | .dependencies-table.hover .package-dependancy { background-color: #fefca3;} | ||
| 100 | .dependencies-table.hover.recommended-show .package-recommended {background-color: #fffee6;} | ||
| 101 | .bar.building {transition: none 0s ease 0s;} | ||
| 102 | .build-image {background-color: black;color: white;padding: 200px;text-align: center;} | ||
| 103 | .dropdown-menu {padding: 10px;} | ||
| 104 | .modal-footer .btn {float: left;} | ||
| 105 | |||
| 106 | a.error:hover, a.error:focus {color:#943A38;text-decoration:underline;} | ||
| 107 | a.warning {background-color: transparent;} | ||
| 108 | a.warning:hover, a.warning:focus {color:#B38942;text-decoration:underline;} | ||
| 109 | .clickable_row:hover {background-color: #FAFAFA;cursor: pointer;} | ||
| 110 | td a {color: #333333;} | ||
| 111 | td a:hover {color: #000000;text-decoration: underline;} | ||
| 112 | |||
| 113 | .get-help {color:#CCCCCC;} | ||
| 114 | .get-help:hover {color:#999999;cursor:pointer;} | ||
| 115 | .get-help-blue {color:#3A87AD;} | ||
| 116 | .get-help-blue:hover {color:#005580;cursor:pointer;} | ||
| 117 | .outcome-help:hover {text-decoration:none;} | ||
| 118 | |||
| 119 | dd ul {list-style-type:none;margin-left:0px;} | ||
| 120 | |||
| 121 | .alert-warning code, .alert-warning pre {background-color: transparent;border: none;color: #C09853;margin-bottom:0px;} | ||
| 122 | .alert-error code {background-color: transparent;border: none;color: #B94A48;margin-bottom:0px;} | ||
| 123 | .alert-error pre {background-color: transparent;border: none;color: #B94A48;word-break:normal;margin-bottom:0px;} | ||
| 124 | .alert-warning pre {word-break:normal;} | ||
| 125 | .alert-info a {font-weight:bold;} | ||
| 126 | dt, dd {line-height:25px;} | ||
| 127 | dd li {list-style-type:none;line-height:25px;} | ||
| 128 | /*.taskchanges dt {width: 300px;} | ||
| 129 | .taskchanges dd {margin-left: 320px;} | ||
| 130 | .diffsigs dt {width: 200px;} | ||
| 131 | .diffsigs dd {margin-left: 220px;} | ||
| 132 | /*.dl-horizontal dt {width: 300px;} | ||
| 133 | .dl-horizontal dd {margin-left: 320px;}*/ | ||
| 134 | |||
| 135 | .orderBy{ cursor:pointer;} | ||
| 136 | .orderBy.ordering{font-weight: bold !important;color: #333333; text-decoration: none; } | ||
| 137 | .orderBy.ordering:hover{color: #000000; text-decoration: underline;} | ||
| 138 | |||
| 139 | /* Belen's styles */ | ||
| 140 | |||
| 141 | .sorted {color: #333333;} | ||
| 142 | .sorted:hover {color: #000000;text-decoration: underline;} | ||
| 143 | .icon-remove-sign:hover {color: #999999; cursor: pointer;} | ||
| 144 | .details {margin-top:30px;} | ||
| 145 | code {background-color:transparent;border:none;color: #333333;} | ||
| 146 | .muted a {color:#999999;} | ||
| 147 | .muted a:hover {color:#999999;} | ||
| 148 | dd code, .alert code {white-space: pre-wrap; word-break: break-all; word-wrap: break-word;} | ||
| 149 | dd p {line-height:20px;} | ||
| 150 | .iscommit {white-space: pre-wrap; word-break: break-all; word-wrap: break-word;} | ||
| 151 | .wrap {word-break: break-all; word-wrap: break-word;} | ||
| 152 | .divide {border-right: 1px solid #E5E5E5;} | ||
| 153 | .get-info {color:#0088CC;} | ||
| 154 | .get-info:hover {color:#005580;cursor:pointer;text-decoration:none;} | ||
| 155 | .well > .lead, .alert .lead {margin-bottom:0px;} | ||
| 156 | .one {padding-left:18px !important;} | ||
| 157 | .two {padding-left:36px !important;} | ||
| 158 | .three {padding-left:54px !important;} | ||
| 159 | .content-directory a {color:#0088CC;} | ||
| 160 | .content-directory a:hover {color:#005580;text-decoration:underline;} | ||
| 161 | .page-header {color:#5A5A5A;} | ||
| 162 | .breadcrumb {background-color:transparent;} | ||
| 163 | .progress {margin-bottom:0px;} | ||
| 164 | .lead .badge {font-size:18px; font-weight:normal; border-radius:15px; padding: 9px;} | ||
| 165 | .symlink {color:#CCCCCC;} | ||
| 166 | .highlight {background-color: #D9EDF7;} | ||
| 167 | .flash:target {-webkit-animation: target-fade 7s 1; -moz-animation: target-fade 7s 1; animation: target-fade 7s 1;} | ||
| 168 | @-webkit-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } | ||
| 169 | @-moz-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } | ||
| 170 | @keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } | ||
| 171 | .tooltip { z-index: 2000 !important; } /* this makes tooltips work inside modal dialogs */ | ||
| 172 | .tooltip code { background-color:transparent; color:#FFFFFF; font-weight:normal; border:none; font-size: 1em; } | ||
| 173 | .manual { margin-top:11px;} | ||
| 174 | .heading-help { font-size:14px;} \ No newline at end of file | ||
