Created
February 9, 2012 21:52
-
-
Save steren/1783590 to your computer and use it in GitHub Desktop.
voyages-sncf.com more is less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("voyages-sncf.com") { | |
/* Delete */ | |
/* main */ | |
#l_foot, | |
#actu, | |
#eco-searchform, | |
#promos, | |
#block-links, | |
#nav-access, | |
#menu, | |
#li-accessibilite, | |
#li-aide-moteur, | |
#header-new-help > h1, | |
#expressBooking > .choice, | |
#TrainTypeForm .epack, | |
#acces-client { | |
display:none; | |
} | |
/* loading */ | |
#adBlock { | |
display:none !important; | |
} | |
/* account */ | |
#megaBanner { | |
display:none !important; | |
} | |
/* reservation */ | |
#l_menucontext, | |
#magazine, | |
#lienscroises, | |
#vous-nous, | |
#voyager, | |
#espaceTGV, | |
#outils { | |
display:none; | |
} | |
/* tickets */ | |
#top-region, | |
.composite-zone.composite-column-last, | |
.composite-left-second, | |
#menu, | |
#legal_sncf, | |
#link-accessibility, | |
#cgv-cgu, | |
#footer { | |
display:none; | |
} | |
/* New style */ | |
#booking { | |
float:none !important; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
#main { | |
margin-top: 110px; | |
} | |
#menu-customer { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment