Files
rappaurio-sae501_502/app/node_modules/cejs/data/date/era.css
2023-09-25 13:27:24 +02:00

34 lines
1.0 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* --------------------------------- */
/*
CSS for CeL.data.date.era.
*/
/* --------------------------------- */
.era_text {
color: #34c;
}
.era_popup {
width: 20em;
padding-bottom: .3em;
color: #34c;
background-color: #efc;
border: 1pt solid #deb;
border-top: none;
border-left: none;
border-radius: .4em;
opacity: 0.95;
}
/* http://webdesign.about.com/od/beginningcss/a/style_hr_tag.htm */
.era_popup hr {
margin: .2em;
margin-left: 0;
}
.era_popupd {
background-color: #efc;
}