From 08f4d63f450ccd96f5077bc60774d8f1fecec92c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 16 Nov 2022 18:52:53 +0100 Subject: initial commit --- src/koszko_org_website/static/pure-layouts.css | 55 ++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/koszko_org_website/static/pure-layouts.css (limited to 'src/koszko_org_website/static/pure-layouts.css') diff --git a/src/koszko_org_website/static/pure-layouts.css b/src/koszko_org_website/static/pure-layouts.css new file mode 100644 index 0000000..febddd0 --- /dev/null +++ b/src/koszko_org_website/static/pure-layouts.css @@ -0,0 +1,55 @@ +/* +SPDX-License-Identifier: LicenseRef-Yahoo-BSD-3 + +Copyright 2013 Yahoo! Inc. + +See https://git.koszko.org/koszko-org-website/tree/LICENSES/ for details. +*/ + +.layout-item { + margin-top: 2em; + padding-top: 2em; + border-top: 1px solid #eee; +} +.layout-item-screenshot { + text-align: center; +} +.layout-item-head { + margin-top: 0; /* so that the .layout-item-head lines up with the image */ +} +.layout-item-modules { + padding: 0; +} +.layout-item-module { + margin-right: 0.5714em; + font-size: 0.875em; +} +.layout-item-module-base a { + border-left: 3px solid rgb(14, 144, 210); +} +.layout-item-module-grids a { + border-left: 3px solid rgb(128, 88, 165); +} +.layout-item-module-forms a { + border-left: 3px solid rgb(94, 185, 94); +} +.layout-item-module-buttons a { + border-left: 3px solid rgb(221, 81, 76); +} +.layout-item-module-tables a { + border-left: 3px solid rgb(243, 123, 29); +} +.layout-item-module-menus a { + border-left: 3px solid rgb(250, 210, 50); +} +.layout-item-module a:link, +.layout-item-module a:visited { + text-transform: capitalize; + color: rgb(75, 75, 75); + padding: 0 0.5714em; + line-height: 1.75; + display: block; +} +.layout-item-content .pure-button { + margin-right: 5px; +} -- cgit v1.2.3