Created
September 28, 2011 05:39
-
-
Save jonpaul/1247074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E194: No alternate file name to substitute for '#': :r!echo '* {^@ padding: 0px;^@ margin: 0px;^@}^@^@html {^@ background: white;^@}^@* {^@ padding: 0px;^ | |
@ margin: 0px;^@}^@^@html {^@ background: white;^@}^@^@body {^@ font: 13pt "Myriad Pro", Helvetica;^@ margin: 5px 10app/assets/stylesheets/partials/_page. | |
scss 0px 10app/assets/stylesheets/partials/_page.scss;^@ height: 100app/assets/stylesheets/partials/_page.scss;^@ padding: 30px;^@ -moz-border-radius: 3px; | |
^@ -webkit-border-radius: 3px;^@}^@^@h1 {^@ margin-bottom: 20px;^@}^@^@nav {^@ margin: 10px 0px 10px 0px;^@}^@^@a {^@ color: #74CC00;^@}^@^@textarea {^@ | |
padding: 3px;^@ margin-top: 5px;^@ margin-bottom: 5px;^@}^@^@input[type=file] {^@ margin-top: 10px;^@ margin-bottom: 10px;^@}^@^@.flash {^@ padding: 10px | |
;^@ -moz-border-radius: 10px;^@ -webkit-border-radius: 10px;^@ font-weight: bold;^@}^@^@#notice {^@ background: #85FF00;^@ color: black;^@}^@^@#alert {^@ | |
background: #FF3444;^@}^@^@ul#tickets {^@ padding: 15px;^@ list-style-type: none;^@}^@^@ul#tickets li {^@ margin-bottom: 10px;^@}^@^@#permissions | |
Press ENTER or type command to continue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
padding: 0px; | |
margin: 0px; | |
} | |
html { | |
background: white; | |
} | |
* { | |
padding: 0px; | |
margin: 0px; | |
} | |
html { | |
background: white; | |
} | |
body { | |
font: 13pt "Myriad Pro", Helvetica; | |
margin: 5px 10% 0px 10%; | |
height: 100%; | |
padding: 30px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} | |
h1 { | |
margin-bottom: 20px; | |
} | |
nav { | |
margin: 10px 0px 10px 0px; | |
} | |
a { | |
color: #74CC00; | |
} | |
textarea { | |
padding: 3px; | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
input[type=file] { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.flash { | |
padding: 10px; | |
-moz-border-radius: 10px; | |
-webkit-border-radius: 10px; | |
font-weight: bold; | |
} | |
#notice { | |
background: #85FF00; | |
color: black; | |
} | |
#alert { | |
background: #FF3444; | |
} | |
ul#tickets { | |
padding: 15px; | |
list-style-type: none; | |
} | |
ul#tickets li { | |
margin-bottom: 10px; | |
} | |
#permissions { | |
border: 1px solid #789B2F; | |
} | |
#permissions td, #permissions th { | |
padding: 10px; | |
margin: 0px; | |
text-align: center; | |
} | |
#permissions thead th { | |
background: #DFFF77; | |
border-bottom: 1px solid #789B2F; | |
padding: 10x; | |
} | |
#permissions tr.odd { | |
background: #F0FF91; | |
} | |
#permissions tr.even { | |
background: #C2EC4B; | |
} | |
ul#tickets .state { | |
padding-right: 5px; | |
/* margin-right: 4em;*/ | |
} | |
ul#tickets .state { | |
float: left; | |
} | |
#ticket, .comment { | |
margin: 15px 0 15px 0; | |
padding: 15px; | |
background: #eaeaea; | |
border: 1px solid #e0e0e0; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
} | |
#ticket a { | |
color: #67A300; | |
} | |
#ticket menu { | |
font-size: 75%; | |
} | |
menu, #ticket .state, .states { | |
float: right; | |
} | |
#ticket section { | |
clear: both; | |
} | |
.state { | |
display: inline; | |
width: 4em; | |
text-align: center; | |
font-weight: bold; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
margin-right: 10px; | |
font-size: 80%; | |
padding: 5px; | |
} | |
#ticket #tags { | |
margin-top: 20px; | |
} | |
#ticket .tag { | |
background: #232323; | |
-moz-border-radius: 8px; | |
-webkit-border-radius: 8px; | |
color: white; | |
padding: 8px; | |
} | |
#ticket .tag a { | |
color: white; | |
} | |
#ticket .tag .delete { | |
font-size: 125%; | |
text-decoration: none; | |
} | |
.new_comment { | |
padding: 15px; | |
background: #eaeaea; | |
color: black; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
} | |
.comment, .new_comment { | |
width: 75%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error on line 3 of (css): Invalid CSS after ".../partials/_page": expected "}", was ".scss 0px 10app..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font: 13pt "Myriad Pro", Helvetica; | |
margin: 5px 10% 0px 10%; | |
height: 100%; | |
padding: 30px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment