Files
hastebin-ansi/static/application.css

225 lines
3.6 KiB
CSS
Raw Permalink Normal View History

2011-11-18 17:23:23 -05:00
body {
background: #002B36;
2023-01-20 14:10:02 +01:00
padding: 20px 50px;
margin: 0px;
}
/* textarea */
2011-11-28 09:56:06 -05:00
textarea {
2023-01-20 14:10:02 +01:00
background: transparent;
border: 0px;
2023-01-20 14:10:02 +01:00
color: #fff;
padding: 0px;
2023-01-20 14:10:02 +01:00
width: 100%;
height: 100%;
font-family: monospace;
outline: none;
resize: none;
font-size: 13px;
margin-top: 0;
margin-bottom: 0;
2011-11-18 17:23:23 -05:00
}
2011-11-18 18:17:49 -05:00
/* the line numbers */
#linenos {
2023-01-20 14:10:02 +01:00
color: #7d7d7d;
z-index: -1000;
position: absolute;
top: 20px;
left: 0px;
width: 30px;
/* 30 to get 20 away from box */
font-size: 13px;
font-family: monospace;
2023-01-20 14:10:02 +01:00
text-align: right;
user-select: none;
}
/* code box when locked */
2011-11-28 09:56:06 -05:00
#box {
padding: 0px;
margin: 0px;
2023-01-20 14:10:02 +01:00
width: 100%;
border: 0px;
2023-01-20 14:10:02 +01:00
outline: none;
font-size: 13px;
2023-01-20 14:10:02 +01:00
overflow: inherit;
2011-11-18 17:23:23 -05:00
}
2011-11-18 18:17:49 -05:00
#box code {
padding: 0px;
background: transparent !important;
/* don't hide hastebox */
2011-11-18 18:17:49 -05:00
}
/* key */
2011-11-28 09:56:06 -05:00
#key {
2023-01-20 14:10:02 +01:00
position: fixed;
top: 0px;
right: 0px;
z-index: +1000;
/* watch out */
2011-11-23 11:31:50 -05:00
}
#box1 {
2023-01-20 14:10:02 +01:00
padding: 5px;
text-align: center;
background: #00222b;
2011-11-23 11:31:50 -05:00
}
#box2 {
2023-01-20 14:10:02 +01:00
background: #08323c;
font-size: 0px;
padding: 0px 5px;
2011-11-23 11:31:50 -05:00
}
#box1 a.logo,
#box1 a.logo:visited {
2023-01-20 14:10:02 +01:00
display: inline-block;
background: url(logo.png);
width: 126px;
height: 42px;
2011-11-23 11:31:50 -05:00
}
#box1 a.logo:hover {
2023-01-20 14:10:02 +01:00
background-position: 0 bottom;
2011-11-23 11:31:50 -05:00
}
#box2 .function {
2023-01-20 14:10:02 +01:00
background: url(function-icons.png);
width: 32px;
height: 37px;
display: inline-block;
position: relative;
2011-11-18 18:17:49 -05:00
}
#box2 .link embed {
vertical-align: bottom;
/* fix for zeroClipboard style */
2011-11-27 15:34:09 -05:00
}
#box2 .function.enabled:hover {
cursor: hand;
2023-01-20 14:10:02 +01:00
cursor: pointer;
2011-11-18 17:23:23 -05:00
}
2011-11-23 11:31:50 -05:00
#pointer {
2023-01-20 14:10:02 +01:00
display: block;
height: 5px;
width: 10px;
background: url(hover-dropdown-tip.png);
bottom: 0px;
2023-01-20 14:10:02 +01:00
position: absolute;
margin: auto;
left: 0px;
right: 0px;
2011-11-28 09:39:31 -05:00
}
#box3,
#messages li {
2023-01-20 14:10:02 +01:00
background: #173e48;
font-family: Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
padding: 10px 15px;
user-select: none;
2011-11-23 11:31:50 -05:00
}
#box3 .label,
#messages li {
2023-01-20 14:10:02 +01:00
color: #fff;
font-weight: bold;
2011-11-23 11:31:50 -05:00
}
#box3 .shortcut {
2023-01-20 14:10:02 +01:00
color: #c4dce3;
font-weight: normal;
2011-11-23 11:31:50 -05:00
}
2023-01-20 14:10:02 +01:00
#box2 .function.save {
background-position: -5px top;
}
#box2 .function.enabled.save {
background-position: -5px center;
}
#box2 .function.enabled.save:hover {
background-position: -5px bottom;
}
#box2 .function.new {
background-position: -42px top;
}
2011-11-23 11:31:50 -05:00
2023-01-20 14:10:02 +01:00
#box2 .function.enabled.new {
background-position: -42px center;
}
#box2 .function.enabled.new:hover {
background-position: -42px bottom;
}
2011-11-23 11:31:50 -05:00
2023-01-20 14:10:02 +01:00
#box2 .function.duplicate {
background-position: -79px top;
}
2011-11-23 11:31:50 -05:00
2023-01-20 14:10:02 +01:00
#box2 .function.enabled.duplicate {
background-position: -79px center;
}
#box2 .function.enabled.duplicate:hover {
background-position: -79px bottom;
}
2011-11-23 11:31:50 -05:00
2023-01-20 14:10:02 +01:00
#box2 .function.raw {
background-position: -116px top;
}
#box2 .function.enabled.raw {
background-position: -116px center;
}
#box2 .function.enabled.raw:hover {
background-position: -116px bottom;
}
#box2 .function.twitter {
background-position: -153px top;
}
#box2 .function.enabled.twitter {
background-position: -153px center;
}
#box2 .function.enabled.twitter:hover {
background-position: -153px bottom;
}
#box2 .button-picture {
border-width: 0;
font-size: inherit;
}
2011-12-19 11:44:12 -06:00
#messages {
2023-01-20 14:10:02 +01:00
position: fixed;
top: 0px;
2023-01-20 14:10:02 +01:00
right: 138px;
margin: 0;
padding: 0;
width: 400px;
2011-12-19 11:44:12 -06:00
}
#messages li {
2023-01-20 14:10:02 +01:00
background: rgba(23, 62, 72, 0.8);
margin: 0 auto;
list-style: none;
2011-12-19 11:44:12 -06:00
}
#messages li.error {
2023-01-20 14:10:02 +01:00
background: rgba(102, 8, 0, 0.8);
}