GBA style+logostyle

/*Wagn classes the little arrows on a search card as paging. This makes those little arrows invisible.*/ /*This is no longer necessary as Wagn has an option to hide paging on search cards now, the section has been commented out*/ /* .paging { visibility: hidden; } */ #logostuff { position: relative; top: 0; width:70%; height: auto; margin-left:auto; margin-right:auto; } #logostuff #logotext1{ visibility: hidden; height: 0px; font-size: 36px; /*Stupid IE compatibility*/ } #logostuff #logotext2{ visibility: hidden; height: 0px; font-size: 36px; /*Stupid IE compatibility*/ } #logostuff #logotext3{ visibility: hidden; height: 0px; font-size: 36px; /*More stupid IE compatibility*/ } #logostuff #slogan{ visibility: hidden; height: 0px; } #logostuff #quotebody{ visibility: hidden; height: 0px; } #logostuff #quoteauthor{ height: 0px; visibility: hidden; } #logostuff #logopic{ position: relative; top: 0px; display: table; } /* The GBA layout exploits the ability of Wagn to include the name of the card, and gives the body of each page an ID property equal to the name of the card included. Just like we did for the menus, we can exploit this to selectively show only certain logo elements on different pages, or format and position them differently!*/ #Home\+GBA #logostuff #logotext1{ font-family: gba-logo; font-size: 36px; visibility: visible; position: relative; top: -95px; left: -105px; width: 100px; height: 20px; } #Home\+GBA #logostuff #logotext2{ font-family: gba-logo; font-size: 36px; visibility: visible; position: relative; top: -65px; left: -55px; width: 100px; height: 20px; } #Home\+GBA #logostuff #logotext3{ font-family: gba-logo; font-size: 36px; visibility: visible; position: relative; top: -35px; left: -5px; width: 100px; height: 20px; } #Home\+GBA #logostuff #logopic{ position: relative; top: 0px; left: 70px; width: 150px; height: 150px; } #Home\+GBA #logostuff #slogan{ font-family: "Times New Roman",Georgia,Serif; font-size: 20px; visibility: visible; position: relative; top: 10px; height: auto; } #Media\+GBA #logostuff #quotebody{ font-family: "Times New Roman",Georgia,Serif; font-size: 16px; visibility: visible; position: relative; height: auto; } #Media\+GBA #logostuff #quoteauthor{ font-family: "Times New Roman",Georgia,Serif; font-size: 12px; visibility: visible; position: relative; left: 100px; height: auto; }