Created
September 7, 2010 06:26
-
-
Save ankit/567952 to your computer and use it in GitHub Desktop.
Custom CSS for mnemonicdictionary.com
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
#menu li a { | |
text-transform: lowercase; | |
font-weight: normal; | |
font-family: Palatino, "Palatino Linotype", serif; | |
} | |
#page_submenu_outer { | |
display: none; | |
} | |
#page_submenu { | |
display: none; | |
} | |
div.st-taf { | |
display: none; | |
} | |
#headspace p a { | |
color: #333; | |
} | |
#headspace p { | |
color: #555; | |
} | |
#menu li a:hover { | |
color: #111; | |
} | |
#button { | |
padding-top: 10px; | |
} | |
#searchform img { | |
display: none; | |
} | |
#subscription2 { | |
display: none; | |
} | |
#subscription { | |
display: none; | |
} | |
div.colheader { | |
background: none; | |
padding-top: 10px; | |
} | |
#searchResults iframe { | |
padding-left: 10px; | |
} | |
#searchResults h1 { | |
margin-left: 10px; | |
font-size: 30px; | |
font-family: Helvetica, Arial, sans-serif; | |
text-transform: lowercase; | |
} | |
div.colheader strong { | |
font-weight: bold; | |
font-family: Palatino, "Palatino Linotype", serif; | |
} | |
#accloginheader { | |
background: none; | |
color: #000; | |
} | |
#accloginheader strong { | |
font-weight: normal; | |
font-family: Palatino, "Palatino Linotype", serif; | |
} | |
div.mnemonic ul li { | |
margin-bottom: 30px; | |
} | |
div.leftcolinside:nth-child(1) { | |
background-color: transparent; | |
} | |
div.leftcolinside { | |
background-color: transparent; | |
} | |
div.followme { | |
display: none; | |
} | |
#footer { | |
background-color: transparent; | |
} | |
#page_menu_outer { | |
background-color: #ccdde8; | |
padding-top: 5px; | |
margin-bottom: 5px; | |
} | |
#search { | |
margin-left: 105px; | |
padding-top: 20px; | |
} | |
#menu { | |
background-color: #f0f5ff; | |
padding: 5px; | |
margin-top: 25px; | |
padding-left: 140px; | |
} | |
#page_menu { | |
height: 0px; | |
} | |
#outercontainer { | |
background: none; | |
background-color: #fbfbfb; | |
padding-top: 10px; | |
} | |
#content { | |
margin-top: -5px; | |
border: 1px solid #888; | |
border-style: solid; | |
border-color: #99b7eb; | |
margin-bottom: 10px; | |
} | |
a.fdbk_tab_left { | |
display: none; | |
} | |
div.rightcol_insideheader { | |
background: none; | |
font-family: Palatino, "Palatino Linotype", serif; | |
} | |
img[alt=UP] { | |
display: none; | |
} | |
.mnemonic li p a[href^=javascript]:nth-of-type(1):after { | |
content: "+"; | |
font-size: 20px; | |
line-height: 10px; | |
color: green; | |
} | |
.mnemonic li p a[href^=javascript]:nth-of-type(2):before { | |
content: "-"; | |
font-size: 20px; | |
line-height: 5px; | |
color: red; | |
} | |
div.floatright { | |
border: none; | |
border-color: #ccc; | |
border-width: 1px; | |
border-style: solid; | |
} | |
div.floatleft { | |
border: none; | |
border-color: #ccc; | |
border-style: solid; | |
border-width: 1px; | |
} | |
#createLists { | |
background-color: transparent; | |
} | |
div.rightcol_inside { | |
background-color: transparent; | |
} | |
#quick_list form input { | |
margin-left: 10px; | |
} | |
td.wibiyaToolbar_td { | |
display: none; | |
} | |
img[alt=down] { | |
display: none; | |
} | |
#pronunciation { | |
display: none; | |
} | |
#leftcol { | |
display: none; | |
} | |
#searchResults { | |
background-color: #f0f4ff; | |
width: 800px; | |
border-style: solid; | |
border-width: 1px; | |
border-color: #c8d6fa; | |
border-radius: 2px; | |
} | |
div.middleinside { | |
background-color: #f0f4ff; | |
} | |
#accountlogin { | |
background-color: transparent; | |
} | |
#wordListsResults { | |
width: 800px; | |
} | |
#rightcol { | |
float: right; | |
width: 190px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment