Template:Linkbox/styles.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 19: Line 19:
     float: left;
     float: left;
     font-size: 350%;
     font-size: 350%;
     margin-right: 0.5em;
     margin-right: 0.4em;
}
}

Revision as of 20:21, 15 October 2018

.linkbox {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 0 3em;
    padding: 1em 2em;
    margin-bottom: 1em;
}

.linkbox-title {
    font-size: 150%;
    font-family: 'Linux Libertine','Georgia','Times',serif;
}

.linkbox p {
	margin: 0;
}

.linkbox-icon {
    float: left;
    font-size: 350%;
    margin-right: 0.4em;
}