1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @CHARSET "UTF-8";
- /* use this statement to integrate the stylesheet to all html filed manually :(
- <link rel="stylesheet" type="text/css" href="../style.css"></link>
- */
- li img {
- display: block;
- margin-top: 0.5ex;
- margin-bottom: 0.5ex;
- }
- code{
- border: 1px solid #bbb;
- padding: 7px;
- margin-right:10px;
- margin-left:5px;
- display:block;
- color:#6d0479;
- }
- li code {
- display:inline;
- border:0px;
- margin:0px;
- color:#000;
- }
- h2 {
- margin-top:85px;
- }
- h4 {
- margin-top:10px;
- }
- table {
- width: 80%;
- margin-left:5px;
- margin-right:10px;
- }
- td, th {
- border : 1px solid #bbb;
- padding: 7px;
- }
|