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 3: Line 3:
     border-radius: 5px;
     border-radius: 5px;
     margin: 0 3em;
     margin: 0 3em;
     padding: 0.5em 2em;
     padding: 1em 2em;
     margin-bottom: 1em;
     margin-bottom: 1em;
}
}
Line 9: Line 9:
.linkbox-title {
.linkbox-title {
     font-size: 150%;
     font-size: 150%;
    font-family: 'Linux Libertine','Georgia','Times',serif;
}
}



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