mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 15:11:06 +01:00
52 lines
1.2 KiB
CSS
52 lines
1.2 KiB
CSS
/*
|
|
Theme Name: The Bootstrap Etcetera
|
|
Theme URI: https://sindominio.net/etcetera
|
|
Author: Konstantin Obenland (arranged by Chanchan)
|
|
Author URI: http://en.wp.obenland.it/
|
|
Description: Child theme from The Bootstrap
|
|
Version: 1.0
|
|
Template: the-bootstrap
|
|
Text Domain: the-bootstrap-etcetera
|
|
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments
|
|
*/
|
|
/* You can just rewrite or add rules: simly uncomment next line. Copy all style.css here if not. */
|
|
|
|
@import url("../the-bootstrap/style.css");
|
|
|
|
|
|
|
|
/* custom styles by etcetera
|
|
-------------------------------------------------------------- */
|
|
h1 {
|
|
font-size: 26px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 22px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 15px;
|
|
}
|
|
|
|
body {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
|
|
color: #1982d1;
|
|
}
|
|
|
|
.entry-title, .entry-title a {
|
|
color: #222;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* End of file style.css */
|
|
/* Location: ./wp-content/themes/the-bootstrap/style.css */
|
|
|