X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/39844fcccd43fc77f6beb350f5792bb0859135df..543746a467e90915f7eaf60b7b09f5fa498056e0:/catalogue/static/catalogue/css/section_list.css diff --git a/catalogue/static/catalogue/css/section_list.css b/catalogue/static/catalogue/css/section_list.css index 04ba2da..15c44ca 100644 --- a/catalogue/static/catalogue/css/section_list.css +++ b/catalogue/static/catalogue/css/section_list.css @@ -1,40 +1,84 @@ .section-level { - width: 37.5em; - border-radius: 0.938em; } + width: 40em; + border-radius: 0.9375em; + margin: 1em 0; + overflow: hidden; } + .section-level a:hover { + text-decoration: underline; } -.section-depth { - display: inline-block; - width: 16.25em; +.sections-row { + display: table; } + +.section-type { + display: table-cell; vertical-align: top; padding: 1.25em; } - .section-depth h1 { + .section-type h1 { text-transform: uppercase; margin: 0 0 1em 0; font-size: 1em; } - .section-depth .section-lessons { - padding: 0 0 0 1em; } + .section-type img { + float: left; + margin-right: 1em; + margin-bottom: 1em; + border: 0.375em solid white; } + +.section-type-synthetic { + width: 18.75em; } + +.section-type-course { + width: 16.25em; } -.section-depth-1 { - border-radius: 0 0.938em 0.938em 0; } +.section-type-project { + width: 37.5em; } .section-level-gimnazjum { background: #f4ae83; color: #67584f; } - .section-level-gimnazjum a { + .section-level-gimnazjum a, .section-level-gimnazjum a:hover { color: #67584f; } - .section-level-gimnazjum .section-depth-1 { + .section-level-gimnazjum .section-type-course { background: #ed7831; color: #fff; } - .section-level-gimnazjum .section-depth-1 a { + .section-level-gimnazjum .section-type-course a { color: #fff; } + .section-level-gimnazjum .section-type-project { + background-color: #f8cdb2; } -.section-level-L { - background: #f4ae83; - color: #67584f; } - .section-level-L a { - color: #67584f; } - .section-level-L .section-depth-1 { - background: #ed7831; +.section-level-liceum { + background: #44b69f; + color: #363a3e; } + .section-level-liceum a, .section-level-liceum a:hover { + color: #363a3e; } + .section-level-liceum .section-type-course { + background: #16a487; color: #fff; } - .section-level-L .section-depth-1 a { + .section-level-liceum .section-type-course a { color: #fff; } + .section-level-liceum .section-type-project { + background-color: #9fdbcf; } + +.course-boxes h1 { + color: #363a3e; } +.course-boxes .section-level { + background: white; + border: 1px solid #777777; } + .course-boxes .section-level a, .course-boxes .section-level a:hover { + color: #363a3e; } + .course-boxes .section-level .section-type { + background: white; } +.course-boxes .section-type-synthetic { + width: 16.25em; } +.course-boxes .section-type-course { + width: 18.75em; } + +.section-links { + float: right; } + +h2.section-header { + margin: 0; } + +.section-list-toc { + display: inline-block; + vertical-align: top; + width: 18.75em; }