Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

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 20: Line 20:
     font-size: 350%;
     font-size: 350%;
     margin-right: 0.4em;
     margin-right: 0.4em;
    color: #003150 !important;
}
}

Revision as of 20:23, 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;
}