Se actualiza el CSS y se procesa el html antes de ser introducido en otro html.
[planetlibre.git/.git] / cabecera.html
index 1a448b5..d1050a4 100644 (file)
@@ -1,16 +1,25 @@
 <!doctype html>
+<html>
+<head>
 <meta charset='utf-8' />
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0/dist/css/materialize.min.css">
-<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0/dist/js/materialize.min.js"></script>
-            
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
 <style>
-@media only screen and (max-width: 900px) {
-    .col_blog {display: none;}
-}
 @media only screen and (max-width: 480px) {
-    .col_blog  {display: none;}
        .col_fecha {display: none;}
 }
+a {color: #2196f3;}
+a:visited {color: #f48fb1;}
+td, th {
+    border-bottom: 1px solid;
+    border-collapse: collapse;
+    border-color: #9fa8da;
+}
+body {
+    font-family: Roboto, GillSans, Calibri, Trebuchet, sans-serif;
+    font-size: 1em;
+}
 </style>
+</head>
+<body>
 <table id='tabla_entradas'>