-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
14 lines (13 loc) · 1.58 KB
/
style.css
File metadata and controls
14 lines (13 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { margin:10px 10 10 10px; padding:0; font-size:10pt; color:#444; font-family:Tahoma,나눔고딕,굴림,돋움;}
input,select,textarea { margin:0; padding:0; font-size:10pt; color:#444; font-family:Tahoma,나눔고딕,굴림,돋움;}
img { border:0; }
a { font-size:10pt; color:red; text-decoration:none; }
a:hover { font-size:10pt; color:blue; text-decoration:underline; }
td { font-size:10pt; padding:5px;}
select { font-family: Tahoma,나눔고딕,굴림,돋움; font-size: 10pt; color: #444444; Border:1x SOLID #7F7F7F; background: #FFFFFF; height: 20px; }
.btn {font-size:10pt;font-family:Tahoma,나눔고딕,굴림,돋움; border:1px solid #666666;background: #FFFFFF;border-radius:3px;cursor:hand;padding:3 7 3 7px;color:#666666;}
.btn_blue {font-size:10pt;font-family:Tahoma,나눔고딕,굴림,돋움; border:1px solid #3399FF;background: #3399FF;border-radius:3px;cursor:hand;padding:3 7 3 7px;color:#FFFFFF;opacity:0.5;}
.btn_blue_light {font-size:10pt;font-family:Tahoma,나눔고딕,굴림,돋움; border:1px solid #33CCFF;background: #33CCFF;border-radius:3px;cursor:hand;padding:3 7 3 7px;color:#FFFFFF;opacity:0.5;}
.btn_red {font-size:10pt;font-family:Tahoma,나눔고딕,굴림,돋움; border:1px solid #FF0000;background: #FF0000;border-radius:3px;cursor:hand;padding:3 7 3 7px;color:#FFFFFF;opacity:0.5;}
.btn_green {font-size:10pt;font-family:Tahoma,나눔고딕,굴림,돋움; border:1px solid #009933;background: #009933;border-radius:3px;cursor:hand;padding:3 7 3 7px;color:#FFFFFF;opacity:0.5;}
.caption {font-size:10pt; font-family:Tahoma,나눔고딕,굴림,돋움; color:FE6709;}