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 ee476a3d
authored
Mar 27, 2013
by
Алексей Дербушев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
1 parent
34c8d6c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
minecraft.sqlite
public/css/mojo.css
public/css/style.css
minecraft.sqlite
View file @
ee476a3
No preview for this file type
public/css/mojo.css
View file @
ee476a3
...
...
@@ -3,12 +3,12 @@ pre {
-moz-border-radius
:
5px
;
border-radius
:
5px
;
color
:
#eee
;
font
:
0.8em
Consolas
,
Menlo
,
Monac
o
,
Courier
,
monospace
;
font
:
0.8em
Monaco
,
Consolas
,
Menl
o
,
Courier
,
monospace
;
line-height
:
1.7em
;
text-align
:
left
;
text-shadow
:
#333
0
1px
0
;
padding-bottom
:
1.5em
;
padding-top
:
1.5em
;
white-space
:
pre-wrap
;
}
}
.str
{
color
:
#9daa7e
}
.kwd
{
color
:
#d5b57c
}
.com
{
color
:
#726d73
}
.typ
{
color
:
#dd7e5e
}
.lit
{
color
:
#fcf0a4
}
.pun
,
.opn
,
.clo
{
color
:
#a78353
}
.pln
{
color
:
#889dbc
}
.tag
{
color
:
#d5b57c
}
.atn
{
color
:
#dd7e5e
}
.atv
{
color
:
#9daa7e
}
.dec
{
color
:
#dd7e5e
}
\ No newline at end of file
public/css/style.css
View file @
ee476a3
...
...
@@ -153,7 +153,8 @@ q:before,q:after,blockquote:before,blockquote:after{content:"";}
address
{
display
:
block
;
margin-bottom
:
20px
;
font-style
:
normal
;
line-height
:
20px
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Monaco
,
Menlo
,
Consolas
,
'Courier New'
,
monospace
;
font-size
:
12px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
{
padding
:
2px
4px
;
color
:
#d14
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;}
pre
{
display
:
block
;
padding
:
9.5px
;
margin
:
0
0
10px
;
font-size
:
13px
;
line-height
:
20px
;
word-break
:
break-all
;
word-wrap
:
break-word
;
white-space
:
pre
;
white-space
:
pre-wrap
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
pre
.prettyprint
{
margin-bottom
:
20px
;}
pre
{
display
:
block
;
padding
:
9.5px
;
margin
:
0
0
10px
;
font-size
:
13px
;
line-height
:
20px
;
word-break
:
break-all
;
word-wrap
:
break-word
;
white-space
:
pre
;
white-space
:
pre-wrap
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
pre
.prettyprint
{
margin-bottom
:
20px
;}
pre
code
{
padding
:
0
;
color
:
inherit
;
background-color
:
transparent
;
border
:
0
;}
.pre-scrollable
{
max-height
:
340px
;
overflow-y
:
scroll
;}
form
{
margin
:
0
0
20px
;}
...
...
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