Difference between revisions of "Template:Kent"

Line 100: Line 100:
 
                       height: 6%;
 
                       height: 6%;
 
                       }
 
                       }
                   
+
 
.codebox {
+
    /* Below are styles for the codebox (not the code itself) */
+
    border:1px solid black;
+
    background-color:#EEEEFF;
+
    width:300px;
+
    overflow:auto;   
+
    padding:10px;
+
}
+
.codebox code {
+
    /* Styles in here affect the text of the codebox */
+
    font-size:0.9em;
+
    /* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
+
}
+
 
                    
 
                    
  

Revision as of 15:08, 28 August 2015