Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minors optimizations #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/default/index.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<div id="wrap">
<h1><a href="/" rel="me"><?php echo PUBWICH_TITLE?></a></h1>
<h1><?php echo PUBWICH_TITLE?></h1>
<hr>
<div class="clearfix">

Expand Down
66 changes: 20 additions & 46 deletions themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ body {
background: #024f35;
background: #111;
background: #fff8e1;
/* color: #699787; */
color: #000;
font-size: 110%;
line-height: 1.4;
Expand All @@ -61,7 +60,6 @@ a {
text-decoration: none;
border-bottom: 1px dotted;
}

a:hover {
color: #62593d;
border-color: #62593d;
Expand All @@ -87,7 +85,6 @@ h1 a {
border: none;
color: #9e9473;
}

h1 a:hover {
color: #62593d;
}
Expand All @@ -99,7 +96,7 @@ h1 a:hover {
}

/**
* Pied de page
* =! Pied de page
******************************************************************/

#footer {
Expand All @@ -114,7 +111,7 @@ h1 a:hover {
}

/**
* Colonnes
* =! Colonnes
******************************************************************/

.col1 {
Expand All @@ -135,7 +132,7 @@ h1 a:hover {
}

/**
* Boites
* =! Boites
******************************************************************/

.boite {
Expand Down Expand Up @@ -187,7 +184,7 @@ h1 a:hover {
}

/**
* Text box
* =! Text box
******************************************************************/

.text .boite-inner {
Expand All @@ -199,15 +196,15 @@ h1 a:hover {
}

/**
* RSS & Atom
* =! RSS & Atom
******************************************************************/

.rss li, .atom li {
padding: 5px;
}

/**
* Flickr
* =! Flickr
******************************************************************/

.flickr h2 a {
Expand Down Expand Up @@ -238,7 +235,7 @@ h1 a:hover {
}

/**
* Last.fm
* =! Last.fm
******************************************************************/

.lastfm h2 a {
Expand All @@ -251,22 +248,15 @@ h1 a:hover {
background: none;
}


.lastfm li a {
text-decoration: none;
border: none;
display: block;
padding: 5px;
}

.lastfm li a:hover {
}

.lastfm li img {
background: url("img/cover.png");
}

.lastfm li img {
display: block;
float: left;
}
Expand Down Expand Up @@ -300,13 +290,9 @@ h1 a:hover {
font-size: 110%;
}

.lastfm li.cinquieme span {

}


/**
* Twitter
* =! Twitter
******************************************************************/

.twitter h2 a {
Expand Down Expand Up @@ -360,7 +346,7 @@ h1 a:hover {
}

/**
* StatusNet
* =! StatusNet
******************************************************************/

.statusnet h2 a {
Expand Down Expand Up @@ -414,7 +400,7 @@ h1 a:hover {
}

/**
* Del.icio.us
* =! Del.icio.us
******************************************************************/

.delicious h2 a {
Expand All @@ -433,7 +419,7 @@ h1 a:hover {
}

/**
* Readernaut
* =! Readernaut
******************************************************************/

.readernaut h2 a {
Expand All @@ -456,18 +442,11 @@ h1 a:hover {
padding: 5px 0 5px 5px;
}

.readernaut li a:hover {
}

.readernaut li img {
display: block;
float: left;
}

.readernaut li img {

}

.readernaut li a strong {
display: block;
margin-left: 55px;
Expand All @@ -483,7 +462,7 @@ h1 a:hover {


/**
* Facebook
* =! Facebook
******************************************************************/

.facebook h2 a {
Expand All @@ -495,7 +474,7 @@ h1 a:hover {
}

/**
* Youtube
* =! Youtube
******************************************************************/

.youtube h2 a {
Expand Down Expand Up @@ -524,7 +503,7 @@ h1 a:hover {
}

/**
* Vimeo
* =! Vimeo
******************************************************************/

.vimeo h2 a {
Expand Down Expand Up @@ -553,7 +532,7 @@ h1 a:hover {
}

/**
* WTF (aussi appelé "intro")
* =! WTF (aussi appelé "intro")
******************************************************************/

.wtf {
Expand All @@ -569,25 +548,21 @@ h1 a:hover {
}

/**
* Crédits
* =! Crédits
******************************************************************/

.credits p {
padding: 5px;
margin: 0 0 0.3em;
}

.credits a.pubwich {
}

.credits a.pubwich strong {
}

/**
* Gowalla
* =! Gowalla
******************************************************************/

.gowalla h2 a { color: #FF4400; }
.gowalla h2 a {
color: #FF4400;
}

.gowalla .boite-inner {
padding: 10px 8px 2px;
Expand Down Expand Up @@ -617,4 +592,3 @@ h1 a:hover {
.gowalla .boite-inner li {
margin: 0 0 0.9em;
}