By garretjames
Has 1 other script.
// ==UserScript==
// @name Facebook Tulane Colors
// @version 0.1
// @author Garret Hornby
// @namespace http://www.facebook.com
// @description Makes Facebook Tulane Colors
// @include *.facebook.com/*
// ==/UserScript==
/*
This is an edited version of Alan K's script found here http://userscripts.org/scripts/show/8577
Copyright (C) 2007 by Garret Hornby
Contact: garretjames@gmail.com
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
//remove ads thanks to Andrew Ferguson
var allPagetags = new Array(); //Create an array
function doSomethingWithClasses(theclass) {
var allPagetags=document.getElementsByTagName("*"); //Populate the array with all the page tags
for (i=0; i<allPagetags.length; i++) { //Cycle through the tags using a for loop
if (allPagetags[i].className==theclass) { //Pick out the tags with our class name
allPagetags[i].style.display='none'; //Manipulate this in whatever way you want
}
}
}
doSomethingWithClasses('sponsors');
GM_addStyle("a {color: #003300;} select{ border:1px solid #BDC7D8;}/* ------| GLOBAL CLASSES |------ */#error { border: solid 1px #dd3c10; background: #ffebe8; }#error a { color: #dd3c10; }.status { border: solid 1px #ffe222; background: #fffbe2; }/* ------| PAGE FRAME |------ */ #sidebar h2 a:hover {color: #003300;} #sidebar a.go_home {background-color: #003300;} #qsearch.hourglass #q { border-color: #95a5c6;} #qsearch .search_arrow:hover,#qsearch .global_menu_arrow_active{background: #b5d5ff url(/images/down_arrow.gif) no-repeat -13px center; } #qsearch .global_menu_arrow_active { border-top: solid 1px #b5d5ff ; border-right: solid 1px #b5d5ff ; } #qsearch #global_search_link:hover { background: #b5d5ff; } #qsearch #global_search_link.active, #qsearch #global_search_link.active:hover { background: #b5d5ff; } #qsearch #global_search_link.active, #qsearch #global_search_link.active:hover { border-top: solid 1px #b5d5ff ; border-left: solid 1px #b5d5ff ; }#search_options_menu { border: solid 1px #b5d5ff ; }#search_options_menu a { color: #003300;}#search_options_menu a:hover { background: #b5d5ff; border-right: solid 1px #b5d5ff; border-left: solid 1px #b5d5ff; } #navigator .main_set li a.active, #navigator .main_set li a:hover { background: #b5d5ff; } #navigator .main_set li a.edit_link { color: #d8dfea; } #navigator .secondary_set li a { color: #c3cddf; } #content { border-bottom: solid 1px #003300; } #navigator .main_set li a.global_menu_arrow_active, #navigator .main_set li a.global_menu_arrow:hover, #navigator .main_set li a.global_menu_arrow_active:hover { background-color: #b5d5ff; }/* Navigator Drop Menus ==== */#navigator .navigator_menu { background: white; border: solid 1px #003300;}#navigator .navigator_menu li a {color: #003300; } #navigator .navigator_menu a:hover {background: #003300; border-right: solid 1px #b5d5ff; border-left: solid 1px #b5d5ff;}/* ------| FORMS |------ *//* FORM INPUTS */.inputtext,.inputpassword { border: 1px solid #BDC7D8; }textarea { border: 1px solid #bdc7d8;} .inputbutton,.inputsubmit { border-top-color: #D9DFEA; border-left-color: #D9DFEA; border-bottom-color: #0e1f5b; border-right-color: #0e1f5b; background-color: #003300;}#inline_flyer { border-bottom: 1px solid #d8dfea;}#inline_flyer .external_link a { border-bottom: 1px dotted #003300;}#inline_flyer_content { background-color: #efeded; border-bottom: 1px solid #d8dfea;}/* ------| TABS |------ */#tabs { border-bottom: solid 1px #b5d5ff ; }#tabs .activetab a { background: #b5d5ff; }#tabs .inactivetab a:hover {background: #D8DFEA;}/* ------| PAGER PRO |------ */.pagerpro a:hover { background: #003300; border-color: #003300; border-bottom: 1px solid #003300; color: white;}.pagerpro .current a,.pagerpro .current a:hover { border-color: #003300; border-bottom: 2px solid #003300; color: #003300;}/* ------| BARS |------ */.summary_bar { border-bottom: 1px solid #003300;}.tab_bar { border-bottom: solid 1px #b5d5ff ; }.footer_bar { border-top: 1px solid #003300; }.footer_bar .pagerpro a:hover { border-bottom: 2px solid #003300; border-top: 2px solid #003300; }.footer_bar .pagerpro .current a,.footer_bar .pagerpro .current a:hover { border-top: 2px solid #003300; }/* ------| ACTIONS PRO |------ */.actionspro li { border-bottom: 1px solid #D8DFEA; }.actionspro a:hover { background: #003300; }/* ------| SHARE | HIDE |------ */ .share_and_hide a { border: solid 1px #7f93bc; } .share_and_hide a:hover { border-color: #b5d5ff ; } .s_and_h_big a:hover { background-color: #b5d5ff ; } .share_and_hide a.x_to_hide:hover { background-color: #b5d5ff ; }.quail { color: #b5d5ff ;}/* ------| SQUARE BULLETS |------ */ul.square_bullets { color: #b5d5ff ; }/* -----------------------| WELCOME BUTTONS |------ */html #content .welcome_buttons a:hover { background:#d8dfea; border-top:1px solid #003300; border-bottom:1px solid #003300; }html #book .under_login_tour a:hover { background:#d8dfea; border-top:1px solid #003300; border-bottom:1px solid #003300; }/* ------| APP SWITCHER |------ */ #app_switcher .app_switcher_selected .app_switcher_button { background: #b5d5ff; border: solid 1px #b5d5ff ; }#app_switcher_menu { border: solid 1px #b5d5ff ;} #app_switcher_menu .menu_list_header { border-bottom: solid 1px #d8dfea;} #app_switcher_menu a:hover, #app_switcher_menu a:hover .menu_item { background: #b5d5ff; }/* ------| FLYERS |------ */#announce .advert { border: solid 1px #D8DFEA; border-bottom: solid 1px #b5d5ff ;}#announce h4 { border-bottom:1px solid #D8DFEA; color:#b5d5ff ;}/* ------| DROP-DOWN MENUS |--------------------------- */.drop_down_menu { border: solid 1px #b5d5ff ;}.drop_down_menu .menu_element:hover { color: white; background: #b5d5ff ;}/* ------| NOTES |------ */#dialog { border: solid 10px #D8DFEA; }#dialog td.dialog { border: solid 1px #b5d5ff ; }#dialog h4 { border-bottom: solid 1px #D8DFEA; }div.notice { border: solid 3px #b5d5ff ; }/* ------ Facebook | Discussions ------ *//* ------| PROFILE |------ */.discussions .board_topic .topic_pager a:hover { background: #003300;}/* ------| BOARD |------ */.board .filter_bar { border-bottom: 1px solid #D8DFEA;}.board .column_header { border-bottom: 1px solid #d8dfea;}.board .footer_bar { border-top: 1px solid #d8dfea;}/* ------| TOPIC |------ */.topic .topic_bar { border-bottom: solid 1px #D8DFEA;} .topic .topic_bar h2 span { color: #b5d5ff ; }.topic .post { border-bottom: solid 1px #D8DFEA; }.topic .post .info .post_index a:hover { color: #003300; }.topic .post .post_header { background: #f7f7f7; border-bottom: 1px solid #d8dfea; border-top: 1px solid #003300; }.post_editor { border-bottom: 1px solid #d8dfea;}/*--| Toggle Tabs |--------------------------------------------------------------|==================================================================================*/.toggle_tabs li a.selected { background:#b5d5ff; border:1px solid #003300; border-left:1px solid #a97359; border-right:1px solid #a97359;}.toggle_tabs .last a.selected { border-left:1px solid #a97359; border-right:1px solid #36538f;}.toggle_tabs .first a.selected { border-left:1px solid #86533f; border-right:1px solid #a97359;}.toggle_tabs .first.last a.selected { border:1px solid #86533f;} /*-------------------------| Core Inbox Styles |-------------------------*//*------------------------| Inbox Menu Controls |------------------------*/.inbox_menu .pagerpro li.current a { border-bottom-color:#003300;}.inbox_footer .pagerpro .current a { border-top:2px solid #003300;}/*----------------------------| Message Row |----------------------------*/.message_rows .name_and_participants .name span { color:#b5d5ff ;}.message_rows .subject .snippet { color:#db6b2c;}.message_rows .delete_msg a:hover { background-color: #b5d5ff;}/*-------------------------| Composer Fields |--------------------------*/.share_link #share_link,.composer_fields .field input,.composer_fields .field textarea,#compose_message div.tokenizer { border:1px solid #BDC7D8;}/*----------------------------| Attachments |----------------------------*/.attached_item { border-left:2px solid #e8dfda;} td.pop_content h2 { background: #b5d5ff; border: 1px solid #003300;}td.pop_content h2 span { border-top: 1px solid #788d8a;}.contextual_dialog .contextual_dialog_content { border-bottom: 1px solid #003300;} /* ------------------------------------------------------------------------ Facebook | The Sharer ------------------------------------------------------------------------ */.share_pop_dialog div.tokenizer { border: 1px solid #a4768a;}.share_pop_dialog .status { margin: 0px;}.share_pop_dialog .status h2 { background: #fffbe2;}/* attachments */a.inline_edit:hover { background:#99ddff; text-decoration: none;} /* ------ Facebook | Share Media ------ *//* ------| NOTE |------ */.share_media .note_with_thumb .thumb a:hover { border-color: #6d84b4;}/* ------| VIDEO |------ */.video_fallback a:hover { color: #003300; text-decoration: none;}.share_footer .add_comment_label { color: #003300;}.share_footer .dshare_add_another_comment { border-top: 1px solid #b5d5ff;}/* SHARE OTHER COMMENTS - MINI WALL */.miniwall .share_other_comment .other_comment_byline { border-bottom: 1px solid #b5d5ff; border-top: 1px solid #bd8464;}.miniwall .share_other_comment.new_comment .other_comment_byline { background: #f4e9e0; border-bottom: 1px solid #d8dfea; border-top: 1px solid #003300;} .typeahead_list { border: 1px solid #bdc7d8;}.typeahead_list .typeahead_suggestion em { background: #b5d5ff;}.typeahead_list .typeahead_selected { background: #b5d5ff ;}.typeahead_list .typeahead_selected em { background: #5670a6;}input.typeahead_found { background: #e1e9f6;}/*------| Inbox Menu Controls |------*/.inbox_menu .pagerpro li.current a { border-bottom-color:#b5d5ff ;}.inbox_footer .pagerpro .current a { border-top:2px solid #b5d5ff ;}/*----------| Message Row |---------*/.message_rows .name_and_participants .name span { color:#b5d5ff ;}.message_rows .subject .snippet { font-weight:normal; color:#8d9ccf;}.message_rows .delete_msg a:hover { background-color: #b5d5ff ;}/*------| Composer Fields |------*/.share_link #share_link,.composer_fields .field input,.composer_fields .field textarea,#compose_message div.tokenizer { border:1px solid #BDC7D8;}/*------| Thread View |------*//*--Thread Header--*/.message.unread .author_info .name { background-color:#eff2f7; border-top:1px solid #b5d5ff;}/*------| Attachments |------*/.attached_item { border-left:2px solid #b5d5ff;}/*------ BASE HOMEPAGE CSS - Defines core attributes for objects ------*/.sidebar_item_header .option a { color: #003300 ;}.announcement_title { border-bottom:1px solid #003300;}/*------ Rooster Announcements CSS ------*/.rooster_info { border-bottom: solid 1px #003300;}.rooster_error h4 { color: #d85d01;}.actually_important { background-color: #ceffff;} .actually_important .read_this { color: #d85d01; } .actually_important .important_text { color: #391800;}.actually_important .important_text a { color: #391800;}/*----*/h5 { border-bottom: solid 1px #003300;}h4 { border-bottom: solid 1px #b5d5ff;}/*----*/#profileActions a { border-bottom: 1px solid #cccccc; }#profileActions a:hover { background: #003300; }#profileActions .inactive { border-bottom: solid 1px #b5d5ff;}#no_picture_orientation, .replaced { border-bottom: solid 1px #003300; background: #fff8cc; }.profile .orientation_text { background: #fff8cc; border-bottom: solid 1px #003300;}.profileheader h2 { color: #003300 ; font-size: 11px; }.profileheader { background: #b5d5ff; border-top: solid 1px #003300; color: #003300;}.profilesubheader { color: #003300;} h4.info_section .edit a:hover { color: #b5d5ff; }.networks_with_friends h5 { border-bottom: solid 1px #003300; }.profilecourses { color: #b5d5ff; }#wallpagerbar { border-top: solid 1px #b5d5ff; color: #b5d5ff ; }#photos .added .album { border-bottom: solid 1px #003300; background: #fff8cc; }/* ------| FLEX |------ *//* === Header */.flex_header { border-top: solid 1px #003300; background: #b5d5ff; }.flex_header h2 { color: #003300; }.when_open .flex_header { border-top: solid 1px #003300;}/* -------||------ */.box_head { border-top: solid 1px #003300; background: #b5d5ff; }.moveable:hover { background: #cfd7e4; } .box_head h2 { color: #003300;}/* ------||------- */.profile .view_explanation { background: #ccf8ff; } .highlight, .inserted { background: #fff8cc; border-bottom: solid 1px #003300;} a:hover.highlight, .inserted a:hover { border-bottom: 1px solid #003300;}/* ------| WORK INFORMATION |------ */h4.details_toggle a:hover { color: #003300; }/* --- Friends --- */.profile .friends_section h4 {border-bottom: solid 1px #003300;} #status_editor_menu { border-color: #003300; }/* ------| SAVED |------ */ .saved .added { background: #fff8cc; border-bottom: solid 1px #003300;} /* ------| NOTES |------ */ .notes_titles .added { border-bottom: solid 1px #003300; background: #fff8cc;} /* ------| ELECTION 2006 |------ */.election_header h2 { color: #b5d5ff;}.election_subheader {border-top: 1px solid #b5d5ff;}.profile_long_name h2 { color: #8doc33;}.profile_long_name {color: #003300;}/*------ Feed CSS ------*/feed_story_wrapper {border-bottom:1px solid #b5d5ff;}.feed_story_wrapper .rate_link { background:#b5d5ff;}.bumper { color:#D8DFEA; background:#D8DFEA;}.one_liner h2 a { color:#003300;}/* Photo Widget Styles */.photo_widget a:hover img { border:1px solid #b5d5ff ;}/* Individual Story Styles */.profile_picture .pic_container:hover { border:1px solid #b5d5ff ;}.profile_picture .pic_container a:hover { border:1px solid #b5d5ff ;}.share .comment strong a { color:#b5d5ff ;}/* Filter Page Styles */.newsfeed_header { border-bottom:1px solid #b5d5ff;}.archive_header { border-bottom:1px solid #b5d5ff;}.recent_stories { border-top:1px solid #b5d5ff;}/*----- Feedback -----*/.feedback #feedback_status { border:1px solid #dd3c10; background:#ffebe8;}.feedback #feedback_status a { color:#dd3c10;}.feedback .mixer_panel .saved_notification { background:#fef6c7; border:1px solid #003300;}.feedback .friend_priorities h3 { border-bottom:1px solid #b5d5ff;}.friend_priorities .friend_bucket { margin-top:15px;}/*-----*/.ad_capsule .photo_widget a:hover img { border:1px solid #b5d5ff ;}.ad_capsule .photo_widget a:hover img { border:1px solid #b5d5ff ;}.ad_capsule .external_link { border-bottom:1px dotted #b5d5ff ; }#book .ad_capsule a:hover .external_image { border:1px dotted #b5d5ff ;}/*---*/#status_content #su_placeholder { color: #b5d5ff ; }#edit_status_toggle { background-color:#b5d5ff;}#edit_status_select a:hover { background: #b5d5ff ;}/*----*/.default-dropdown { border-bottom: 1px solid #b5d5ff ; }.typeahead_header { background-color: #7888a2; }.dropdown .list_element_container_selected, .default-dropdown .list_element_container_selected { background-color: #b5d5ff ; }.dropdown .list_element_loc_selected { color: #b5d5ff; }.dropdown .list_element_name .suggest, .default-dropdown .list_element_name .suggest, .dropdown .list_element_loc .suggest { background: #b5d5ff; }.dropdown .list_element_name_selected .suggest, .default-dropdown .list_element_name_selected .suggest, .dropdown .list_element_loc_selected .suggest { background: #5670A6; } ");
GM_addStyle("body { margin-top: -1em; } #sidebar { z-index: 2; } #navigator { background: #003300 none repeat scroll 0%; height: 37px; width: 649px; margin: 0 !important; padding: 9px 0 4px 0 !important; z-index: 3 !important; position: relative; left: -1px; border-bottom: 5px solid #b5d5ff; border-right: 1px solid #E5E5E5; } #nav_unused_1 { position: relative; left: 17px; top: 12px; } #nav_unused_2 { position: relative; left: 5px; top: 13px; } #sidebar_content { background-color: #F7F7F7; border-left: 1px solid #CCCCCC; } #publicity { border-left: 1px solid #CfCCCC; border-bottom: 1px solid #CfCCCC; background-color: #F7F7F4; padding: 10px 12px 12px 12px; height: auto; } #publicity h5 { line-height: 120%; } .profileimage { background-color: transparent; } .navigator_menu { width: 100%; }");
GM_addStyle(".secondary_set li a,#navigator .main_set li a.edit_link,.group_dashboard .group_lists th a {color: #fff!important;}.profile .header h2,.profile .info_table caption,.controls h2, .header h2,.minifeed .headline h2 a,.search_type h2,.ubersearch .basic_search .bar_header {color:#003300;} .profile .header, .header,.search_type h2,.ubersearch .basic_search .bar_header{background: #b5d5ff;border-top-color: #003300!important;}.wallpost .wallinfo,.share_contents .share_header {border-top-color: #003300!important;} .inputtext, .inputpassword, #q {border-color: #BDC7D8 !important;} .friendtable .actions a:hover{background-color: #003300;} #sidebar a.go_home, #sidebar a.go_home:hover {background: #003300 url('http://photos-675.ak.facebook.com/photos-ak-sf2p/v79/150/14/45704826/n45704826_30653675_940.jpg') no-repeat scroll center 12px; border-bottom: 5px solid #b5d5ff; height: 21px; color: #ffffff!important; font-family: Comic Sans MS; text-align: center; text-vertical-align: middle; font-size: 24pt} .profile .photos img:hover,#album img:hover{border-color: #b5d5ff}.group_dashboard .group_lists th{background-color: #003300;} html #content .welcome_buttons a:hover{background-color: #b5d5ff;}");