dropsea/css/boxes.css

94 lines
1.4 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* caption */
#caption {
background: #f9f9f9;
border: 1px solid #cccccc;
color: #262626;
font-family: 11px/1.4em Arial, sans-serif;
font-size: 11px;
font-stretch: normal;
line-height: 1.4em;
margin: 0.5em 0.8em 0.5em 0pt;
outline: 0px;
padding: 5px;
text-align: center;
vertical-align: baseline;
}
.caption {
background-color: #f9f9f9;
border: 1px solid #cccccc;
padding: 3px;
font: 11px/1.4em Arial, sans-serif;
text-align: center;
vertical-align: baseline;
}
.caption img {
border: 1px solid #cccccc;
vertical-align:middle;
margin-bottom: 3px;
width:92%;
}
.right {
margin: 0.5em 0pt 0.5em 0.8em;
float:right;
}
.left {
margin: 0.5em 0.8em 0.5em 0;
float:left;
}
#box {
margin: 15px;
padding: 5px 5px 5px 5px;
background: #fafafa;
border: 1px solid #4284b0;
}
/* img */
.pic {
padding-top: 5px;
}
.pic img {
width:95%;
}
/* citazioni */
#cit::before { content: open-quote; }
#cit::after { content: close-quote; }
#cit {
quotes: "«" "»" "" "";
}
/* messaggi nascosti */
.extra { display: none; }
/* link */
a.wiki:hover::after {
content: " 📖";
}
a.eduinaf:hover::after {
content: " 🔵";
}
a.out:hover::after {
content: " 🔗";
}
a.github:hover::after {
content: url('../img/icons8-github.svg');
width: 12px;
}
a.inducks:hover::after {
content: " 🦆";
}