website/template/gnuragistes/static/css/classes.css

78 lines
859 B
CSS

/* classes */
.smaller {
font-size: 1.2rem;
}
.hide
{
visibility: hidden;
}
.right
{
float: right;
}
.left
{
float: left;
}
.white
{
color: white;
}
.yellow
{
color: yellow;
}
a.button
{
display:inline-block;
padding:0.35em 1.2em;
/* border:0.1em solid magenta; */
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
color: lightgreen;
text-align:center;
transition: all 0.2s;
font-size: 1.5rem;
}
a.button > i
{
padding-right: 0.5em;
color: yellow;
}
a.button:hover, a:hover
{
color:#0F0F0F;
background-color: lightgreen;
}
a.button:hover > i
{
padding-right: 0.5em;
color: #0F0F0F;
}
hr.title {
border: 0.3rem solid red;
}
#footer
{
color:red;
font-size: 1.5rem;
}
img.reduce
{
width: 15rem;
}