ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [CSS] Public 선언
    Developer/HTML+Script 2013. 8. 20. 15:24
    html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,address,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,select,textarea{margin:0;padding:0;}
    hr{display:none;}
    ul,ol,li{list-style:none;}
    img,fieldset{border:none;}
    h1,h2,h3,h4,h5,h6{font-size:100%;}
    table{border-collapse:collapse;width:100%;table-layout:fixed;}
    address,em,optgroup{font-style:normal;}
    object{vertical-align:top;}
    input,button,select{vertical-align:middle;}
    html{overflow-y:scroll;}
    /* font */
    body{color:#444444;font:75%/1.2 Segoe UI,Arial,"맑은고딕","Malgun Gothic","굴림",Gulim,"돋움",Dotum,sans-serif;}
    input,select,textarea{color:#444444;font:100% Segoe UI,Arial,"맑은고딕","Malgun Gothic","굴림",Gulim,"돋움",Dotum,sans-serif;}
    /* link */
    a{color:#444444;text-decoration:none;}
    a:hover,a:active,a:focus{color:#009900;text-decoration:underline;}
    /* skip */
    .skip,legend,caption{position:absolute;left:-5000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
    caption{position:static;}
    /* base style */
    .checkbox,.radio{width:16px;height:16px;}
    th,td{word-wrap:break-word;word-break:break-all;}
    
    /* @[IE] input-TAG margin */
    *:first-child+html input{margin:-1px 0px -1px 0px;} /* IE7 Hack */
    *html input {margin:-1px 0px -1px 0px;} /* IE6 Hack */
    
    /* @Table fixed */
    table{table-layout: fixed;border-collapse:collapse;border-spacing:0 !important;}
    table>caption {font-weight:bold; text-align: left;}
    
    /* @images margin bug */
    img{font:0/0 arial;}
    
    /* @linked images border reset */
    img{border:0px;}
    
    /* @Form */
    textarea{padding:2px;border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;font-family:"맑은고딕","Malgun Gothic","돋움",Dotum,"굴림",Gulim,sans-serif;color:#009900;}
    
    /* @Default Anchor Tag */
    a{color:#888;text-decoration:none;}
    a:hover{color:#009900;text-decoration:underline;}
    a:active{}
    a:visited{color:#888;}
    
    /* @Text style */
    .bold{font-weight:900;} 
    .eng{font-family:Segoe UI,tahoma,verdana,arial,sans-serif;line-height:120%;letter-spacing:0 !important;}
    .no{font-family:tahoma,Segoe UI,verdana,arial,sans-serif;line-height:100%;letter-spacing:0 !important;}
    .small{font-size:11px;}
    .xsmall{font-size:10px;}
    
    /* @Colors */
    .skyblue{color:#4a83cf;}
    .blue{color:#2565be;}
    .red{color:#e50000;}
    .vivid_red{color:#ff0000;}
    .green{color:#009900;}
    .deep_green{color:#647934}
    .orange{color:#ff5c48;}
    .black{color:#444 !important;}
    .dark{color:#000;}
    .gray{color:#888;}
    .brown{color:#86723d;}
    .purple{color:#643ba7;}
    
    /* @Commons style */
    .pointer {cursor:pointer;}
    .underline{text-decoration:underline;}
    .help {cursor:help;}
    

    고마워요 웹디 누나 ^^ 사랑함 ㅋ

    'Developer > HTML+Script' 카테고리의 다른 글

    [CSS] CSSPrefixer  (0) 2013.09.04
    [jQuery] Widget  (0) 2013.08.20
    [JQuery] Plugin 만들기  (0) 2013.08.20
    [Android] Javascirpt에서 Android 함수 호출하기  (0) 2013.08.14
    [JQuery] Ajax  (0) 2013.08.12
© 2018 T-Story. All right reserved.