Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Raffaele Ricatto  >  PHP diff tool  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: css file
Class: PHP diff tool
Compare two files and show differences in Web page
Author: By
Last change:
Date: 2013-09-08 23:10
Size: 1,829 bytes
 

Contents

Class file image Download
.listM_Oriz {}
.listM_Oriz ul {list-style:none;width:480px;margin:auto;}
.listM_Oriz ul li {float:left;margin-right:10px;margin-top:5px;width:150px}
.listM_Oriz ul li a {
    text-align:center;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    font-family:Georgia, Times, serif; 
    font-size:16px; 
    display:block; 
    text-decoration:none; 
    color:#000000; 
    background-color:#777777; 
    line-height:25px; 
    border-bottom-style:solid; 
    border-bottom-width:1px; 
    border-bottom-color:#CCCCCC; 
    padding-left:10px; 
    padding-right:10px; 
    padding-top:2px; 
    padding-bottom:2px; 
    cursor:default; }
.listM_Oriz ul li a:hover { color:#FFFFFF; background-image:url("/05_images/hoverMenu.png"); background-repeat:repeat-x; }
.listM_Oriz ul li a strong { margin-right:10px; }


.listM {}
.listM ul { list-style: none;width:420px;margin:auto; }
.listM ul li {}
.listM ul li a {
    text-align:center;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    font-family:Georgia, Times, serif; 
    font-size:20px; 
    display:block; 
    margin-bottom:3px;
    text-decoration:none; 
    color:#000000; 
    background-color:#777777; 
    line-height:30px; 
    border-bottom-style:solid; 
    border-bottom-width:1px; 
    border-bottom-color:#CCCCCC; 
    padding-left:10px; 
    cursor:pointer; }
.listM ul li a:hover { color:#FFFFFF; background-image:url("/05_images/hoverMenu.png"); background-repeat:repeat-x; }
.listM ul li a strong { margin-right:10px; }



ins
{
 color:#04FF00;
 text-decoration:underline;
}

del
{
 color:red;
}