bootstrap.css
8 years ago
linedtextarea.css
8 years ago
select2.min.css
8 years ago
style.css
8 years ago
style.css
47 lines
| 1 | .new_line_bg { |
| 2 | background-attachment: local; |
| 3 | background-image: |
| 4 | linear-gradient(to right, white 10px, transparent 10px), |
| 5 | linear-gradient(to left, white 10px, transparent 10px), |
| 6 | repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px); |
| 7 | line-height: 31px!important; |
| 8 | padding: 2px 10px!important; |
| 9 | } |
| 10 | |
| 11 | .linedtextarea textarea { |
| 12 | padding-right:0.3em; |
| 13 | padding-top:0.3em; |
| 14 | border: 0; |
| 15 | } |
| 16 | |
| 17 | .linedwrap .lines { |
| 18 | margin-top: 0px; |
| 19 | width: 25px; |
| 20 | float: left; |
| 21 | overflow: hidden; |
| 22 | border-right: 1px solid #c0c0c0; |
| 23 | } |
| 24 | |
| 25 | .linedwrap .codelines { |
| 26 | padding-top: 5px; |
| 27 | } |
| 28 | |
| 29 | .linedwrap .codelines .lineno { |
| 30 | color:#AAAAAA; |
| 31 | padding-right: 0.5em; |
| 32 | padding-top: 0.0em; |
| 33 | text-align: right; |
| 34 | line-height: 31px!important; |
| 35 | } |
| 36 | |
| 37 | .linedwrap .codelines .lineselect { |
| 38 | color: red; |
| 39 | } |
| 40 | |
| 41 | .insert_note{ |
| 42 | font-size: 1.2em; |
| 43 | font-family: monospace; |
| 44 | } |
| 45 | #wpcmp_posts_titles:focus{ |
| 46 | box-shadow: none; |
| 47 | } |