-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
26 lines (24 loc) · 1.44 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face{font-family: Proxima Sans Regular;src: url('resources/fonts/PROXIMASANSREGULAR.TTF');}
html, body, input, textarea { font-family: 'Proxima Sans Regular', 'Source Sans Pro', 'Raleway', 'Segoe UI', Arial; font-size: 16px;}
input {cursor: pointer;}
body {width: 600px; height: 500px;}
body {background: #eee;color: #8c989e}
header h2 {text-align: center;color: #555;font-size: 1.8em;}
header .title-info {color: #777777;float: left;margin-bottom: 20px;margin-top: -20px;text-align: center;width: 100%;}
header img {height: 25px;}
.select-language-holder label {width: 125px;}
textarea#source {width: 100%;height: 400px;resize: none;}
textarea#source {font-family: Consolas, Lucida Console !important; font-size: 12px;}
mainContent {height: 500px;}
.select-language-holder, .code-holder, .actions-holder {padding-bottom: 20px;}
.select-language-holder {width: 100%; float: right;}
.code-holder, .actions-holder {width: 100%; float: right;}
.actions-holder {padding-top: 10px;}
footer {margin-top: 30px;font-size: 12px;float: right;}
.button{color: #fff;background: #8c989e;padding: 5px 20px;margin-right: 5px;cursor: pointer;}
.button:hover{background: #6B8775;}
footer .credit {color:#555;}
footer .credit:hover {text-decoration: underline; color:blue;}