Browse Source

quick fix of CSS to be able to set up style of posts text with b, i, etc tags

master
Simon Grim 9 years ago
parent
commit
79237470d8
  1. 15
      css/style.css
  2. 23
      theme_calm/css/style.css
  3. 1
      theme_nin/css/style.css

15
css/style.css

@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Bold.ttf");
font-weight: bold;
}
@font-face
{
@font-face {
font-family: "Symbola";
src: url("Symbola.ttf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -32,7 +34,6 @@ time, mark, audio, video, textarea @@ -32,7 +34,6 @@ time, mark, audio, video, textarea
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif, Symbola;

23
theme_calm/css/style.css

@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Bold.ttf");
font-weight: bold;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Italic.ttf");
font-style: italic;
}
@font-face
{
@font-face {
font-family: "Open Sans Condensed";
src: url("OpenSansCondensed300.ttf");
}
@font-face
{
@font-face {
font-family: "Symbola";
src: url("/css/Symbola.ttf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -43,7 +45,6 @@ time, mark, audio, video, textarea @@ -43,7 +45,6 @@ time, mark, audio, video, textarea
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif, Symbola;

1
theme_nin/css/style.css

@ -232,7 +232,6 @@ time, mark, audio, video { @@ -232,7 +232,6 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

Loading…
Cancel
Save