Many fixes for modernize the codebase

This commit is contained in:
Antonio de la Rosa 2024-10-30 18:47:51 +01:00
parent f94d6fbd04
commit 94d3eef840
6 changed files with 127 additions and 13 deletions

View file

@ -11,7 +11,7 @@ body
margin:0px;
background-color:#f4f6f9;
font-family: "Roboto", sans, sans-serif, serif;
font-family: sans, sans-serif;
font-size: 16px;
/*-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
@ -56,7 +56,7 @@ a:hover {
height:52px;
color:#000;
font-size:22px;
font-family:"Roboto", sans, serif;
font-family:sans, sans-serif;
/*background-image:url('../images/background.png');
background-position:top;
background-repeat:repeat-x;*/
@ -78,7 +78,7 @@ a:hover {
font-size:28px;
padding-left:15px;
color: #555555;
font-family:"Roboto", sans, serif;
font-family: sans, serif;
/*font-style:italic;*/
/*text-shadow:#000000 1px 1px 1px;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=130, Strength=4);*/
@ -99,7 +99,7 @@ a:hover {
h1, h2
{
font-family:"Roboto", sans, serif;
font-family: sans, sans-serif;
border: solid #cbcbcb;
border-width: 0px 0px 1px 1px;
font-size:26px;
@ -243,7 +243,7 @@ p {
padding:5px;
font-size:18px;
font-family:"Roboto", sans, serif;
font-family: sans, sans-serif;
font-weight:bold;
/*background-image:url('../images/background_title.png');
background-position:top;
@ -260,7 +260,7 @@ p {
.father_admin {
font-family:"Roboto", sans, serif;
font-family:sans, sans-serif;
padding:5px;
font-size:18px;
display: block;

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Paramecio WebFramework</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>-->
<style type="text/css">
h1, h2, h3 {
@ -23,7 +23,7 @@
margin-left:15px;
margin-right:15px;
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-family: 'sans', sans-serif;
}