Skip to content

Commit

Permalink
Merge pull request #702 from dengenxp/master
Browse files Browse the repository at this point in the history
Add new theme Denim Curve
  • Loading branch information
dengenxp committed Nov 12, 2016
2 parents b6cb11e + c6bc2d3 commit a40ae4f
Show file tree
Hide file tree
Showing 146 changed files with 17,810 additions and 0 deletions.
60 changes: 60 additions & 0 deletions public_html/layout/denim_curve/README
@@ -0,0 +1,60 @@

// +---------------------------------------------------------------------------+
// | Geeklog 2.1 |
// +---------------------------------------------------------------------------+
// | Denim Geeklog Theme |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2012-2014 by the following authors: |
// | |
// | Authors: Yoshinori Tahara - taharaxp AT gmail DOT com |
// | |
// | Denim theme is based on prior work by: |
// | Authors: Fumito Arakawa - http://phize.net/ |
// | Tetsuko Konma - http://www.ivywe.co.jp/ |
// | Geeklog Japan - http://www.geeklog.jp/ |
// +---------------------------------------------------------------------------+
// | |
// | This program is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU General Public License |
// | as published by the Free Software Foundation; either version 2 |
// | of the License, or (at your option) any later version. |
// | |
// | This program is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// | GNU General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software Foundation, |
// | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
// | |
// +---------------------------------------------------------------------------+


/*==============================================================================
Pofile
==============================================================================*/

Geeklog theme using HTML5 + CSS 3.0 and eliminate table tags.
This theme is adopted the Responsive Web Design.
This theme is mobile friendly.


/*==============================================================================
Basic Markup
==============================================================================*/

Basic markup is following:

<div id="container">
<header id="header">Header</header>
<nav id="navigation">Navigation</nav>
<div id="wrapper">
<div id="centerblocks">
<main id="main-content">Main Content</main>
</div>
<div id="leftblocks">Left Blocks</div>
<div id="rightblocks">Right Blocks</div>
</div>
<footer id="footer">Footer</footer>
</div>
64 changes: 64 additions & 0 deletions public_html/layout/denim_curve/css_ltr/ie8.css
@@ -0,0 +1,64 @@

/*--------------------------------------
Profile Notes
--------------------------------------*/

.profile_notes {
border: 1px solid #CCC;
}

/*--------------------------------------
System Message Block
--------------------------------------*/

/* Title */
.block-message dt {
border: 1px solid #32567B;
}

/* Message */
.block-message dd {
font-weight: bold;
border-bottom: 1px solid #BEBEBE;
border-left: 1px solid #BEBEBE;
border-right: 1px solid #BEBEBE;
}

/*--------------------------------------
Story
--------------------------------------*/

.story_icon a {
display: inline-block;
}

/*--------------------------------------
Comment Block
--------------------------------------*/

#commentbar-selector {
width:75%;
text-align: right; /* rtl */
}

#commentbar-selector div {
display: inline;
width: 100%;
}

/*--------------------------------------
Admin Top Menu Style
--------------------------------------*/

#admin-topmenu {
border: 1px solid #DDD;
}

/*--------------------------------------
Admin Page
--------------------------------------*/

.search-part {
display: inline;
white-space: normal;
}
Empty file.
194 changes: 194 additions & 0 deletions public_html/layout/denim_curve/css_ltr/print.css
@@ -0,0 +1,194 @@
/* STYLESHEET FOR PRINTOUTS */

body, div,
p, blockquote, pre, code,
dl, dt, dd,
fieldset,
form, legend {
margin: 0;
padding: 0;
text-align: left; /* rtl */
}

label {
text-align: left; /* rtl */
}

body {
background-color: #FFF;
border: none;
color: #000;
font-size: small; /* 10pt */
font-family: verdana, arial, sans-serif;
font-weight: normal;
line-height: 1.3em;
}

img {
border: none;
text-align: left; /* rtl */
}

a:link, a:visited, a:active {
color: #105CB6;
text-decoration: none;
}
a:hover {
color: #3388ff;
text-decoration: underline;
}

p {
padding-bottom: 1em;
}

ul {
margin: 0.5em 0 0.5em 2.5em; /* rtl */
padding: 0;
}

ol {
margin: 0.5em 0 0.5em 2.5em; /* rtl */
padding-left: 0.5em; /* rtl */
}

li {
margin: 0.5em 0;
padding: 0;
}

dl {
margin: 1em 0;
}

dt {
margin: 0.5em 0;
}

dd {
margin: 0.5em 0 0.5em 2.5em; /* rtl */
}

h1, h2, h3, h4 {
font-family: 'Trebuchet MS', sans-serif;
}
h1 {
font-size: 2em;
margin: 16px 0;
}
h2 {
font-size: 1.5em;
margin: 14px 0;
font-weight: normal;
}
h3 {
font-size: 1.2em;
margin: 14px 0;
}
h4 {
font-size: 1em;
margin: 15px 0;
}
h5 {
font-size: 0.8em;
margin: 16px 0;
}
h6 {
font-size: 0.7em;
margin: 18px 0;
}

.hidden {
display: none;
}

table {
font-family: verdana, arial, sans-serif;
text-align: left; /* rtl */
border-collapse: collapse;
margin: 1em 0.5em;
}

tr {
margin: 0;
padding: 0;
vertical-align: middle;
}

th,
td {
margin: 0;
padding: 0.2em 0.6em;
vertical-align: middle;
line-height: 160%;
border: 1px solid #000;
}

th {
text-align: left; /* rtl */
font-weight: bold;
background: #F5F5F5;
}

@media screen {
#wrapper {
margin: 100px;
}
}

@media print {
#wrapper {
margin: 0px;
}
}

#wrapper div#header {
width: 100%;
}

#print div#header h2 {
font-size: 1.5em;
font-weight: bold;
line-height: 1.5em;

padding: 5px 0px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

@media print {
#print div#header h2 {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
}

#print div#header p {
font-size: 0.9em;
text-align: right; /* rtl */
padding: 2px 0;
}

#print div#story {
padding: 1em 0;
}

#print div#story:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#print div#footer {
font-size: 0.85em;
padding: 5px 0px;
border-top: 1px solid #CCC;
}

@media print {
#print div#footer {
border-top: 1px solid #000;
}
}

0 comments on commit a40ae4f

Please sign in to comment.