Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Minor changes to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfrancisco committed Jul 1, 2011
1 parent e882db7 commit aefda86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions public/css/codemirror.markup-mode.css
Expand Up @@ -24,12 +24,12 @@ html {
/* Selected text */

::-moz-selection {
background: #D91E76;
background: #4E8DED;
color: #fff;
text-shadow: none;
}
::selection {
background: #D91E76;
background: #4E8DED;
color: #fff;
text-shadow: none;
}
Expand Down
12 changes: 6 additions & 6 deletions public/css/style.css
Expand Up @@ -20,8 +20,8 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display
background: #F1F1F1;
font-family: helvetica, arial, sans-serif;
}
::-moz-selection{ background: #D91E76; color:#fff; text-shadow: none; }
::selection { background:#D91E76; color:#fff; text-shadow: none; }
::-moz-selection{ background: #4E8DED; color:#fff; text-shadow: none; }
::selection { background: #4E8DED; color:#fff; text-shadow: none; }

header, #toolbar {
position:absolute;
Expand All @@ -36,7 +36,7 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display
padding: 5px;
padding-left: 15px;
height: 24px;
background-color: rgba(255, 255, 255, 0.7);
background-color: rgba(230, 230, 230, 0.9);
-webkit-box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.4),
0 0 0 1px rgba(0, 0, 0, 0.2),
Expand Down Expand Up @@ -182,9 +182,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display
margin: 0; padding: 0;
}
#paper.hover {
-webkit-box-shadow: 0 0 20px #D91E76;
-moz-box-shadow: 0 0 20px #D91E76;
box-shadow: 0 0 20px #F6BFD9;
-webkit-box-shadow: 0 0 30px rgba(78,141,237,.5);
-moz-box-shadow: 0 0 30px rgba(78,141,237,.5);
box-shadow: 0 0 30px rgba(78,141,237,.5);
}

#paper hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
Expand Down

0 comments on commit aefda86

Please sign in to comment.