+/*
# Copyright 2014, 2015 Paul Hänsch
#
# This file is part of Confetti.
#
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
-
-cat <<EOF
+*/
.filter {
display: block;
padding: .25ex 0;
margin-top: -1px;
}
-
-EOF
-
-# vi:set filetype=css:
+/*
# Copyright 2014, 2015 Paul Hänsch
#
# This file is part of Confetti.
#
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
-
-cat <<EOF
+*/
form.categories {
display: block;
display: inline-block;
margin: 0 1ex 0 0;
}
-EOF
-
-# vi:set filetype=css:
+/*
# Copyright 2014 Paul Hänsch
#
# This file is part of Confetti.
#
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
-
-cat <<EOF
+*/
.sort {
display: block;
.course .section input[type="text"] { width: 100%; }
.course .section textarea.COMMENT { min-height: 6em; width: 100%; overflow: auto; }
-EOF
-
-# vi:set filetype=css:
+/*
# Copyright 2014 Paul Hänsch
#
# This file is part of Confetti.
#
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
-
-cat <<EOF
+*/
.filter {
display: block;
font-size: 1.2em;
}
-EOF
-
-# vi:set filetype=css:
-# /*
+/*
# Copyright 2016 Paul Hänsch
#
# This file is part of Confetti.
#
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
+*/
-. ${0%/*}/cards.css.sh
+@import url("?static=cards.css");
-cat <<EOF
-/**/
body {padding-bottom: 3em; }
.trailbtn { display: none; }
.controls button[value=cancel],
.controls button[value=delete] { width: 25%;}
-EOF
-
-# vi:set filetype=css:
-#!/bin/sh
-
-cat <<EOF
-
.trailbtn:checked + fieldset.trailbox { display: block;}
* { box-sizing: border-box; }
div.tab > fieldset.note > input.color[value="#FFF"]:checked ~ textarea { background-color: #FFF; }
div.tab > button.delete {float: right; display: inline-block; margin-top: -1em;}
-EOF
-
-# vi:set filetype=css:
<title>$(l10n p_${PAGE})</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="?static=common.css">
- <style type="text/css">
- <!--
-$(debug CSS; [ -x "${CSS}" ] && . "${CSS}")
- -->
- </style>
+ <link rel="stylesheet" href="?static=${PAGE}.css">
</head>
<body class="$PAGE">
<div class="NAVIGATION">