]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: /static/css/style.css
authorOle Artz <ole.artz@t-online.de>
Fri, 4 Aug 2017 12:22:38 +0000 (14:22 +0200)
committerOle Artz <ole.artz@t-online.de>
Fri, 4 Aug 2017 12:22:38 +0000 (14:22 +0200)
python_suite/dashboard/static/css/style.css [new file with mode: 0644]
python_suite/dashboard/views/pv_overview.jinja2

diff --git a/python_suite/dashboard/static/css/style.css b/python_suite/dashboard/static/css/style.css
new file mode 100644 (file)
index 0000000..f02c8be
--- /dev/null
@@ -0,0 +1,23 @@
+#container{
+  background-color: white;
+  width: 1200px;
+  margin-left: auto;
+  margin-right: auto;
+}
+.header img {
+  float: left;
+  width: 93px; <!-- orignal 250px-->
+  height: 120px; <!-- orginal 324px-->
+}
+.header h1 {
+  position: center;
+  left: 30px;
+  background-color: #0509fc;
+  color: white;
+}
+.Cooling table, th, td {
+  border: 1px solid black;
+}
+.Cooling table, th {
+  text-align: left;
+}
index 6236450142b62a67e650a8e0c96ae5088e9068fc..8bcdb402bfd37a4e8ab2fbd08aab3f871bd4d712 100644 (file)
@@ -2,31 +2,7 @@
        <head>
                <title>PRESTO - OVERVIEW</title>
                <meta http-equiv="refresh" content="10;URL= "file:///run/media/oartz/GREENZONE/Bachelorarbeit/WEBSITE/PRESTO_WEBSITE.html">
-               <style>
-                       #container{
-                               background-color: white;
-                               width: 1200px;
-                               margin-left: auto;
-                               margin-right: auto;
-                               }
-                       .header img {
-                               float: left;
-                               width: 93px; <!-- orignal 250px-->
-                               height: 120px; <!-- orginal 324px-->
-                               }
-                       .header h1 {
-                               position: center;
-                               left: 30px;
-                               background-color: #0509fc;
-                               color: white;
-                               }
-                       .Cooling table, th, td {
-                       border: 1px solid black;
-                               }
-                       .Cooling table, th {
-                       text-align: left;
-                               }       
-       </style>
+               <link rel="stylesheet" href="/static/css/style.css">
        </head>
 
        <body>