Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Ao theme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dignajar committed Nov 4, 2013
1 parent 04cce78 commit 19df94a
Show file tree
Hide file tree
Showing 22 changed files with 507 additions and 530 deletions.
15 changes: 12 additions & 3 deletions themes/ao/config.bit
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@ $theme = array
'name'=>'Ao',
'description'=>'Clear thame based on Simpler by Diego Najar',
'author'=>'Rafael Medina (RMed)',
'version'=>'0.1',
'last_update'=>'21/10/2013', // dd/mm/yyyy
'version'=>'0.2',
'last_update'=>'04/11/2013', // dd/mm/yyyy
'url'=>'http://www.rmedgar.com', // http://xxxxxxxxxxxxx
'video_width'=>'640',
'video_height'=>'360',
'disqus_account'=>'',
'facebook_appId'=>'',
'content_license'=>''
'content_license'=>'',
'nav_links'=> array (
// Navigation links are configured here, the structure is as follows:

// array ('text'=>'TEXT_OF_THE_LINK', 'link'=>'<a href="LINK_HERE">'),

// Note that the <a> tag is not closed on purpose, this is done so that it is possible to add
// other parameters to the link such as 'target="_blank"'
array ('text'=>$Language->get('HOME'), 'link'=>'<a href="'.HTML_PATH_ROOT.'">'),
)
);

?>
Binary file modified themes/ao/css/img/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/ao/css/img/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/ao/css/img/plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/ao/css/img/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
326 changes: 3 additions & 323 deletions themes/ao/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ a:hover {
}

#sidebar {
box-shadow: -5px 0px 5px -5px #999999;
float: right;
width: 230px;
max-width: 30%;
width: 200px;
margin-right: 10px;
}

Expand Down Expand Up @@ -146,325 +148,3 @@ div.page_404 {
float: right;
padding: 0 5px;
}


/* --- Post View --- */
article.post {
margin-bottom: 60px;
overflow: hidden;
}

/* --- Post Header --- */
article.post header.post div.date {
background: url("img/bg_date.png") repeat scroll 0% 0% / 100% auto transparent;
color: #666666;
display: inline-block;
font-size: 1em;
letter-spacing: 2px;
padding: 5px;
margin-bottom: 10px;
}

article.post header.post h1.title {
font-size: 2em;
margin: 0;
color: #333;
}

article.post header.post h1.title a {
color: #333;
}

article.post header.post h1.title a:hover {
color: #006AC8;
text-decoration: none;
}

/* --- Post Content --- */
article.post .console {
background: url("img/console.png") no-repeat 8px 8px #F1F1F1;
display: block;
line-height: 24px;
margin: 5px 0;
min-height: 30px;
padding-left: 38px;
padding-top: 5px;
}

article.post img:not(.captcha) {
max-width:100%;
}

article.post img.align_left {
margin: 5px 10px 5px 0px;
float: left;
}

article.post img.align_right {
margin: 5px 0px 5px 10px;
float: right;
}

article.post blockquote {
font-size: 1.1em;
font-style: italic;

}

article.post h1,
article.post h2,
article.post h3,
article.post h4,
article.post h5 {
font-weight: normal;
}

article.post h1 {
font-size: 1.8em;
}

article.post p {
line-height: 1.5em;
}

article.post div.video_embed {
display: block;
}

/* --- Post Footer --- */
article.post footer.post {
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
clear: both;
font-size: 0.9em;
margin-top: 20px;
padding: 10px 0;
}

article.post footer.post span {
margin:0 3px;
}

article.post footer.post a {
font-weight: normal;
}

article.post footer.post div.tags {
margin-bottom: 3px;
}

article.post footer.post a.tag {
background: #F1F1F1;
padding: 0 6px;
margin-right: 5px;
border-radius: 2px;
color: #333;
}

/* --- Social Buttons --- */
ul.share {
float: right;
overflow: auto;
}

ul.share li {
display: inline;
font-size: 29px;
opacity: 0.8;
}

ul.share li:hover {
opacity: 1;
}

ul.share a {
padding-right: 32px;
}

ul.share a.facebook {
background: url("img/facebook.png") no-repeat;
}

ul.share a.plus {
background: url("img/plus.png") no-repeat;
}

ul.share a.twitter {
background: url("img/twitter.png") no-repeat;
}

ul.share a.email {
background: url("img/email.png") no-repeat;
}

/* --- Comment List --- */
#comment_list {
margin-top: 30px;
}

#comment_list h2 {
font-weight: normal;
margin: 10px 0;
}

#comment_list div.comment {
border-left: 2px solid #FFAC00;
margin: 0 0 10px;
padding: 10px;
overflow: auto;
}

#comment_list span.author_name {
font-weight: bold;
}

#comment_list span.date {
margin-left: 10px;
font-style: italic;
}

#comment_list span.content {
display: block;
}

#comment_list img.avatar {
float:left;
margin-right: 10px;
}

/* --- Comment Form --- */
#comment_form {
margin-top: 30px;
width: 70%;
}

#comment_form h2 {
font-weight: normal;
margin: 10px 0;
}

#comment_form h3.alert {
color: #BE1C54;
font-style: italic;
margin: 0 0 15px;
}

#comment_form input[type="text"],
#comment_form textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 1px solid #C4C4C4;
border-radius: 2px;
color: #858585;
padding: 8px;
outline:none;
resize: none;
margin-bottom: 15px;
font-family: font-family: 'Open Sans', helvetica,arial,sans-serif;
font-size: 0.9em;
}

#comment_form input[type="text"].captcha {
width: 50%;
float: left;
}

#comment_form input[type="submit"] {
display: block;
clear: left;
padding: 3px 8px;
}

/* For Facebook comments */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
width: 100% !important;
}

/* --- Plugins --- */
div.plugin_box {
margin-bottom: 20px;
overflow: auto;
}

div.plugin_box ul {
margin: 0;
padding: 0;
list-style: none;
}

div.plugin_box li {
display: block;
word-wrap: break-word;
padding: 2px 0;
}

div.plugin_box h3.title {
border-bottom: 1px solid #F1F1F1;
border-top: 1px solid #F1F1F1;
color: #333333;
font-weight: normal;
padding: 4px 0;
text-transform: uppercase;
margin: 0 0 10px 0;
}

/* --- Twitter Plugin --- */
div.plugin_twitter ul {
height: 80px;
overflow: hidden;
}

div.plugin_twitter li {
display: inline;
word-wrap: break-word;
}

div.plugin_twitter li.username {
background: url("img/twitter.png") no-repeat 0 -2px;
margin-right: 5px;
padding-left: 23px;
}

/* --- Twitter Plugin (static) --- */
div.plugin_twitter_static ul {

}

div.plugin_twitter_static li.username {
display: none;
}

div.plugin_twitter_static li.tweet {
background: url("img/twitter.png") no-repeat 50% 0;
display: block;
font-size: 0.95em;
padding: 20px 0 8px;
word-wrap: break-word;
}


/* --- 'About' Plugin --- */
div.plugin_about {

}

div.plugin_about li.name {
font-weight: bold;
font-size: 0.9em;
}

div.plugin_about li.about {
font-size: 0.9em;
}

div.plugin_about li.image {
float: left;
overflow: auto;
width:70px;
}

div.plugin_about img.plugin_about {
max-width:64px;
}
Loading

0 comments on commit 19df94a

Please sign in to comment.