aboutsummaryrefslogtreecommitdiffstats
path: root/gui/static/style.css
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2025-05-27 14:05:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2025-05-27 14:05:38 +0200
commitd8fabca76ae754bdfce99cd2290a3faba8cfa1b2 (patch)
tree8f2c41e1396e90f845d2da4ea49a6ada3d457707 /gui/static/style.css
parent354872579c8d4d9184555bdfc2888abaf0bd445c (diff)
downloaddabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.tar.gz
dabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.tar.bz2
dabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.zip
Remove gui/ which is broken and unused
Diffstat (limited to 'gui/static/style.css')
-rw-r--r--gui/static/style.css73
1 files changed, 0 insertions, 73 deletions
diff --git a/gui/static/style.css b/gui/static/style.css
deleted file mode 100644
index 43176f8..0000000
--- a/gui/static/style.css
+++ /dev/null
@@ -1,73 +0,0 @@
-body {
- font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
- color: #3E3E3E;
- font-size: 12px;
-}
-
-p {
- padding: 5px;
-}
-
-div.cadre{
- border: 1px solid #999;
- padding: 0 10px;
- margin: 5px;
-}
-
-#info{
- width: 600px;
- border: 1px solid #999;
- padding: 0 10px;
-}
-#info p {
- width: inherit;
- background-color: inherit;
-}
-#info-nav{
- margin: 0;
- padding: 3px 0;
- width: 100%;
- list-style: none;
-}
-#info-nav li{
- display: inline;
- background: #ccc;
- border: 1px solid #888;
- border-bottom: 0;
- margin-right:2px;
- padding: 3px;
-}
-#info-nav li a:hover{
- color:#d15600;
-}
-#info-nav li.current{
- background: #fff;
- padding-bottom: 4px;
-}
-
-#celebs {
- clear: both;
-}
-
-table {
- border-collapse:collapse;
- font-size:12px;
- margin:0 20px 20px 20px;
- border-top:2px solid #015287;
- width:480px;
-}
-
-th {
- border-bottom: 2px solid #015287;
- color: #D15600;
- font-size: 14px;
- font-weight: normal;
- text-align: left;
- padding: 3px 8px;
-}
-
-td {
- padding: 6px;
-}
-
-