Skip to content

Instantly share code, notes, and snippets.

@beaucollins
Created September 1, 2011 15:21
Show Gist options
  • Save beaucollins/1186405 to your computer and use it in GitHub Desktop.
Save beaucollins/1186405 to your computer and use it in GitHub Desktop.
Put crests in the header
/* ===== Crest Links in Header ===== */
.usertext {
position:static;
}
.usertext-body a[href="/r/chicagofire"],
.usertext-body a[href="/r/chivasusa"],
.usertext-body a[href="/r/coloradorapids"],
.usertext-body a[href="/r/TheMassive"],
.usertext-body a[href="/r/FCDallas"],
.usertext-body a[href="/r/DCUnited"],
.usertext-body a[href="/r/dynamo"],
.usertext-body a[href="/r/LAGalaxy"],
.usertext-body a[href="/r/NErevolution"],
.usertext-body a[href="/r/soydelmetro"],
.usertext-body a[href="/r/PhillyUnion"],
.usertext-body a[href="/r/timbers"],
.usertext-body a[href="/r/realsaltlake"],
.usertext-body a[href="/r/SJEarthquakes"],
.usertext-body a[href="/r/SoundersFC"],
.usertext-body a[href="/r/sportingkc"],
.usertext-body a[href="/r/TFC"],
.usertext-body a[href="/r/whitecapsfc"] {
position:absolute;
z-index:100;
top:26px;
right:2px;
}
.usertext-body a[href="/r/chicagofire"] {
right:412px;
}
.usertext-body a[href="/r/chivasusa"] {
right:388px;
}
.usertext-body a[href="/r/coloradorapids"] {
right:364px;
}
.usertext-body a[href="/r/TheMassive"] {
right:340px;
}
.usertext-body a[href="/r/FCDallas"] {
right:316px;
}
.usertext-body a[href="/r/DCUnited"] {
right:292px;
}
.usertext-body a[href="/r/dynamo"] {
right:268px;
}
.usertext-body a[href="/r/LAGalaxy"] {
right:244px;
}
.usertext-body a[href="/r/NErevolution"] {
right:220px;
}
.usertext-body a[href="/r/soydelmetro"] {
right:196px;
}
.usertext-body a[href="/r/PhillyUnion"] {
right:172px;
}
.usertext-body a[href="/r/timbers"] {
right:148px;
}
.usertext-body a[href="/r/realsaltlake"] {
right:124px;
}
.usertext-body a[href="/r/SJEarthquakes"] {
right:100px;
}
.usertext-body a[href="/r/SoundersFC"] {
right:76px;
}
.usertext-body a[href="/r/sportingkc"] {
right:52px;
}
.usertext-body a[href="/r/TFC"] {
right:28px;
}
.usertext-body a[href="/r/whitecapsfc"] {
right:4px;
}
[](/r/chicagofire "Chicago Fire")
[](/r/chivasusa "Chivas USA")
[](/r/coloradorapids "Colorado Rapis")
[](/r/TheMassive "Columbus Crew")
[](/r/DCUnited "DC United")
[](/r/FCDallas "FC Dallas")
[](/r/dynamo "Houston Dynamo")
[](/r/LAGalaxy "LA Galaxy")
[](/r/NErevolution "New England Revolution")
[](/r/soydelmetro "New York Red Bull")
[](/r/PhillyUnion "Philadelphia Union")
[](/r/timbers "Portland Timbers")
[](/r/realsaltlake "Real Salt Lake")
[](/r/SJEarthquakes "San Jose Earthquakes")
[](/r/SoundersFC "Seattle Sounders FC")
[](/r/sportingkc "Sporting Kansas City")
[](/r/TFC "Toronto FC")
[](/r/whitecapsfc "Vancouver Whitecaps FC")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment