/
vitish
/
nodejs-goof
Обзор
Документация
Войти
/
vitish
/
nodejs-goof
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
public/css/screen.css
266 строк
6 KB
Sonya Moisset
Refactor CSS with Flexbox
11 окт 2022, 20:00
11 окт 2022, 20:00
0b2d0b4
Код
Авторство
О чём код?
/* line 17, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* line 20, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ body { line-height: 1; height: 100vh; } /* line 22, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 24, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 26, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 28, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 101, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 30, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 114, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* line 7, ../sass/screen.sass */ body { font: 14px "Lucida Grande", "Lucida Sans Unicode", sans-serif; } /* line 10, ../sass/screen.sass */ #page-title { color: #666666; background-color: #f8f8f8; font-size: 3rem; margin: 1rem 1rem 0 0; padding: 1rem 2rem 0 2rem; text-shadow: 0 1px 1px white; } /* line 19, ../sass/screen.sass */ .del-btn, .del-btn-edit { display: inline; float: right; background: url("/public/images/delete.png") no-repeat bottom left; font: 0/0 serif; text-shadow: none; color: transparent; width: 16px; height: 18px; } /* line 28, ../sass/screen.sass */ .del-btn-edit { width: 20px; height: 21px; } /* line 32, ../sass/screen.sass */ #list { padding: 2rem 0 0 0; align-self: center; } /* line 38, ../sass/screen.sass */ .item, .item-new { overflow: hidden; background-color: #f9f9f9; border: 1px solid #eeeeee; border-radius: 6px 6px 6px 6px; list-style: none outside none; margin: 0.75rem; padding: 0.75rem; width: 25rem; text-shadow: 1px 1px 0 white; } /* line 49, ../sass/screen.sass */ .item:hover, .item-new:hover { border-color: #9be0f9; box-shadow: 0 0 5px #a6d5fd; } /* line 53, ../sass/screen.sass */ .item-new { padding: 0.5rem; width: 25.5rem; } /* line 57, ../sass/screen.sass */ .input, .update-input { border: 1px solid #cccccc; color: #666666; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 15px; width: 25rem; height: 2rem; } /* line 66, ../sass/screen.sass */ .update-input { width: 220px; } /* line 69, ../sass/screen.sass */ .content { color: #777777; font-size: 1.2em; text-shadow: 1px 1px 0 white; } /* line 74, ../sass/screen.sass */ .update-link { display: inline; float: left; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; color: #666666; text-decoration: none; overflow: hidden; white-space: nowrap; max-width: 15em; text-overflow: ellipsis; } /* line 83, ../sass/screen.sass */ .update-link:hover { color: #333333; } /* line 86, ../sass/screen.sass */ .update-form { display: inline; float: left; } /* line 89, ../sass/screen.sass */ #footer-wrap { background-color: #f8f8f8; } /* line 92, ../sass/screen.sass */ #footer { overflow: hidden; margin: 0 auto; position: relative; top: 1rem; } /* line 99, ../sass/screen.sass */ #dreamerslab { display: inline; float: left; font-family: Georgia; background: url("/public/images/dreamerslab.png") no-repeat top left; padding: 0 0 3px 16px; color: #333333; text-decoration: none; font-weight: bold; } /* line 107, ../sass/screen.sass */ #dreamerslab:hover { text-decoration: underline; } /* line 110, ../sass/screen.sass */ .footer-content { display: inline; float: left; color: #333333; font-family: Georgia; padding: 0 4px; } /* line 116, ../sass/screen.sass */ #github-link { color: #666666; text-decoration: none; } /* line 119, ../sass/screen.sass */ #github-link:hover { text-decoration: underline; } /* line 12, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */ #layout { display: flex; flex-direction: column; } /* line 20, ../../../../../Users/fred/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */ #footer-wrap { display: flex; flex-direction: column; align-items: center; position: fixed; bottom: 0; width: 100%; padding: 2rem; } #uploadForm { padding-bottom: 1rem; } .patch { height: 5rem; width: 5rem; padding: 1rem 1rem 0 0; } .patch-header { display: flex; align-self: center; } .snyk-patch { width: 5rem; height: 5rem; margin: 1rem 1rem 0 0; } #footer-wrap a { text-decoration: none; color: #666666; margin: 0 1rem 0 1rem; }