Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Different layout / themes on each page
#10
I used the Cardinal theme for editing before. I think the Acidmind theme is easier for editing. Especially css file has better structure.
http://get-simple.info/extend/theme/acidmind/454/
Look at this:

Cardinal css:

Code:
#content code {border:1px dotted #ececec;padding:2px;font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;background:#f9f9f9;color:#000;}
#content pre code {line-height:17px;padding:15px;border:1px dotted #ececec;font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;background:#f9f9f9;color:#000;margin-bottom:22px;display:block;}

#content .page-text img {margin:0 0 20px 0;border:1px solid #1a1a1a;}

#sidebar {width:300px;float:right;border:1px solid #ccc;background:#f6f6f6;margin-bottom:50px;}

.section {padding:30px 20px 20px 20px;text-align:left;}
.section p, .section ul, .section ol {line-height:20px;margin:0 0 20px 0;}
.section ul, .section ol {margin-left:20px;}
.section ul ul, .section ol ul, .section ul ol, .section ol ol {
    margin:0 0 0 20px;
}

Acidmind css:

Code:
#content .page-text blockquote, .section blockquote {
line-height:19px;
font-size:14px;
color:#666;
font-style:italic;
border-left:2px solid #666;
margin:0 0 22px 20px;
padding:0 0 0 15px;
}

#content code, .section code, #content pre code, .section pre code {
border:1px dotted #666;
font-family:Consolas, Monaco, "Courier New", Courier, monospace;
font-size:12px;
}

#content code, .section code {
padding:2px;
}

#content pre code, .section pre code {
line-height:17px;
margin-bottom:22px;
display:block;
padding:10px;
}

Also, Yourtheme might be a good starting point:

http://get-simple.info/extend/theme/yourtheme/509/
Reply


Messages In This Thread
Different layout / themes on each page - by demir - 2012-12-12, 20:40:40
RE: Different layout / themes on each page - by datiswous - 2012-12-14, 10:20:55



Users browsing this thread: 1 Guest(s)