Skip to content

Commit

Permalink
Internationalisierung des Deigns cont.sgns
Browse files Browse the repository at this point in the history
  • Loading branch information
xwolfde committed May 16, 2012
1 parent b36f112 commit 31e4ff4
Show file tree
Hide file tree
Showing 24 changed files with 170 additions and 321 deletions.
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (!isset($options['src-default-symbolbild']))
$options['src-default-symbolbild'] = $defaultoptions['src-default-symbolbild'];
?>
<div class="section content">
<div class="section content" id="main-content">
<div class="row">
<div class="content-primary">
<div class="content-header">
Expand Down
Binary file removed assets/bg-tags.png
Binary file not shown.
Binary file removed assets/bg-tags_gray.jpg
Binary file not shown.
Binary file removed assets/fonts/BebasNeue-webfont.eot
Binary file not shown.
163 changes: 0 additions & 163 deletions assets/fonts/BebasNeue-webfont.svg

This file was deleted.

Binary file removed assets/fonts/BebasNeue-webfont.ttf
Binary file not shown.
Binary file removed assets/fonts/BebasNeue-webfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (!isset($options['src-default-symbolbild']))
$options['src-default-symbolbild'] = $defaultoptions['src-default-symbolbild'];
?>
<div class="section content">
<div class="section content" id="main-content">
<div class="row">
<div class="content-primary">
<div class="content-header">
Expand Down
2 changes: 1 addition & 1 deletion category.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (!isset($options['src-default-symbolbild']))
$options['src-default-symbolbild'] = $defaultoptions['src-default-symbolbild'];
?>
<div class="section content">
<div class="section content" id="main-content">
<div class="row">
<div class="content-primary">
<div class="content-header">
Expand Down
35 changes: 16 additions & 19 deletions css/basemod_mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
margin-bottom: 2px;

background: #2d7dc5;
color: white !important;
color: white;
border: 1px solid #2d7dc5;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
border-top: 1px solid #4e96d7;
Expand Down Expand Up @@ -187,7 +187,7 @@
overflow: visible;
position: relative;
background: #2d7dc5;
color: white !important;
color: white;
border: 1px solid #C96A00;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
Expand All @@ -209,22 +209,18 @@
clear: both;
}
.nav-main ul.menu li a {
position: absolute;
float: none;
display: block;
position: static;
width: 100%;
display: block;
border: 0px solid;
background: #2d7dc5;
color: white;
outline: 0px;
text-align: center;
padding: 5px 18px;
position: absolute;
float: none;
display: block;
position: static;
width: 100%;
display: block;
color: white;
outline: 0px;
text-align: center;
padding: 5px 18px;
margin-bottom: 2px;

background: #2d7dc5;
color: white !important;

border: 1px solid #2d7dc5;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
border-top: 1px solid #4e96d7;
Expand Down Expand Up @@ -297,7 +293,7 @@
}

.post-comments {
background: url("../assets/bg-tags.png") repeat fixed -20% top #FF8800;
background: url("../images/int/bg-tags.png") repeat fixed -20% top #FF8800;
padding: 3px;
margin: 10px 0px;
}
Expand All @@ -322,7 +318,8 @@
.post-comments ol li .comment-body {
float: none;
width: auto;
background: #FFA500;
background: white;
padding: 5px;
}
.post-comments ol li .reply {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion css/custom-login.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

body.login {
border-top-color:#dff4fc;
background: orange url(../assets/bg-tags.png) 0 0;
background: orange url(../images/int/bg-tags.png) 0 0;
padding-top: 20px;

} /* Top bar background color */
Expand Down
Loading

0 comments on commit 31e4ff4

Please sign in to comment.