Are there any alternative templates for OSQA?

asked 24 Sep '10, 20:52

Mark%20Phipps's gravatar image

Mark Phipps
211238
accept rate: 33%

closed 01 May '11, 13:33

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674

I've been able to figure out the custom css section. I've created a green template for osqa. Here's the custom css I used:

.tabsA a.on {
   background-color: #006E2E;
   color: #FFFFFF;
}
.tabsA a.on:hover {
   text-decoration: underline;
   background-color: #006e2e;
   color: #ffffff;
}
.tabsA a:hover {
   background-color: #eeeeee;
   text-decoration: underline;
   color: #888A85;
}

.userinfo a, a.userinfo {
    color: #006E2E; 
}

#nav a#nav_ask {
   color: #006E2E;
}
#searchBar { /* top search bar */
   background-color: #998C99;
}
#ground { /* footer bar */
   background-color: #CDEB8B;
}
body { /* main body */
   font-family: Verdana;
   font-size: 10pt;
}
#CARight div { /* right menu boxes */
   background-color: #CDEB8B;
}
(25 Sep '10, 20:03) Mark Phipps

and the rest:

#roof #nav a { /* nav button  */
   background-color: #CDEB8B;
}
#roof #nav a.on { /* select nav button */
   background-color: #006E2E;
   color: #FFFFFF;
   border: 1px solid #006E2E;
}
a { /* links */
    color: #006E2E;
}
.footerLinks a { /* footer links */
    color: #006E2E;
}
.short-summary h2 a {
    color: #006E2E;
}
(25 Sep '10, 20:04) Mark Phipps

I guess the comment section is munching my C style comments.

(25 Sep '10, 20:22) Mark Phipps
1

Comments are standard markdown, you just had to indent the code snippets :)

(27 Sep '10, 06:53) Hernani Cerq... ♦♦

Thank you!

(28 Sep '10, 18:40) Mark Phipps

The question has been closed for the following reason "Duplicate Question - cross-link posted at http://meta.osqa.net/questions/4857/how-to-improve-the-still-ugly-default-theme?" by Andrew_S 01 May '11, 13:33


As far as I know, there is no alternative templates for OSQA available for download somewhere. But those are pretty straightforward to create. See this question. In there, the template is created just to achieve a small tweak, but you can override any file you want.

link

answered 27 Sep '10, 06:55

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44
×26
×5

Asked: 24 Sep '10, 20:52

Seen: 1,115 times

Last updated: 01 May '11, 13:33

powered by OSQA