Changeset 2096 for cpc/trunk/project/web
- Timestamp:
- Sep 6, 2011, 5:28:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r2021 r2096 1859 1859 opacity: 0.8; 1860 1860 } 1861 .couleur_ump {1862 color: rgb(30,30,200);1863 }1864 .couleur_src {1865 color: rgb(255,50,90);1866 }1867 .couleur_gdr {1868 color: rgb(255,30,30);1869 }1870 .couleur_nc {1871 color: rgb(30,190,255);1872 }1873 .couleur_ni {1874 color: rgb(130,130,130);1875 }1876 1877 .synthese .couleur_ump, .synthese .couleur_src, .synthese .couleur_gdr, .synthese .couleur_nc, .synthese .couleur_ni {1878 padding-left: 2px;1879 padding-right: 2px;1880 color: #6F6F6F;1881 }1882 .synthese .couleur_ump {1883 border-left: 5px solid rgb(30,30,200);1884 }1885 .synthese .couleur_src {1886 border-left: 5px solid #FF329A;1887 }1888 .synthese .couleur_gdr {1889 border-left: 5px solid rgb(255,30,30);1890 }1891 .synthese .couleur_nc {1892 border-left: 5px solid rgb(30,190,255);1893 }1894 .synthese .couleur_ni {1895 border-left: 5px solid rgb(130,130,130);1896 }1897 1861 .list_img_left { 1898 1862 float:left;
Note: See TracChangeset
for help on using the changeset viewer.