Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Александр Буш
/
minesite
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4f0437b5
authored
Mar 26, 2013
by
Alex Bush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obsidian theme for prettfy
1 parent
27ba8b25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
120 additions
and
1 deletions
public/css/obsidian.css
templates/layouts/default.html.ep
public/css/obsidian.css
0 → 100644
View file @
4f0437b
/*
* Derived from einaros's Sons of Obsidian theme at
* http://studiostyl.es/schemes/son-of-obsidian by
* Alex Ford of CodeTunnel:
* http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme
*/
.str
{
color
:
#EC7600
;
}
.kwd
{
color
:
#93C763
;
}
.com
{
color
:
#66747B
;
}
.typ
{
color
:
#678CB1
;
}
.lit
{
color
:
#FACD22
;
}
.pun
{
color
:
#F1F2F3
;
}
.pln
{
color
:
#F1F2F3
;
}
.tag
{
color
:
#8AC763
;
}
.atn
{
color
:
#E0E2E4
;
}
.atv
{
color
:
#EC7600
;
}
.dec
{
color
:
purple
;
}
pre
.prettyprint
{
border
:
0px
solid
#888
;
}
ol
.linenums
{
margin-top
:
0
;
margin-bottom
:
0
;
}
.prettyprint
{
background
:
#000
;
}
li
.L0
,
li
.L1
,
li
.L2
,
li
.L3
,
li
.L4
,
li
.L5
,
li
.L6
,
li
.L7
,
li
.L8
,
li
.L9
{
color
:
#555
;
list-style-type
:
decimal
;
}
li
.L1
,
li
.L3
,
li
.L5
,
li
.L7
,
li
.L9
{
background
:
#111
;
}
@media
print
{
.str
{
color
:
#060
;
}
.kwd
{
color
:
#006
;
font-weight
:
bold
;
}
.com
{
color
:
#600
;
font-style
:
italic
;
}
.typ
{
color
:
#404
;
font-weight
:
bold
;
}
.lit
{
color
:
#044
;
}
.pun
{
color
:
#440
;
}
.pln
{
color
:
#000
;
}
.tag
{
color
:
#006
;
font-weight
:
bold
;
}
.atn
{
color
:
#404
;
}
.atv
{
color
:
#060
;
}
}
templates/layouts/default.html.ep
View file @
4f0437b
...
...
@@ -12,7 +12,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/bootstrap-wysihtml5.css"
>
<script
src=
"/js/bootstrap-wysihtml5.js"
></script>
<link
href=
"/css/
desert
.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"/css/
obsidian
.css"
type=
"text/css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"/js/prettify.js"
></script>
</head>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment