The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

User blog:Pugpo/New CSS

From Arthur Wiki
Jump to navigationJump to search

Ok, so I got some more CSS, and I really want to the admins to add this to the wiki. It makes the Search Box, Recent Wiki Activity Box, Latest Photos Box, and the Chat Box rounded at the corners. (Click for example)

Again, view in source

} /* Curvy */ .WikiaSearch input[type="text"] {

   border-radius: 1em 1em 1em 1em;
   padding: 3px 0 3px 6px;
 box-shadow:0 10px 14px transparent;

} .ChatModule .avatar { border-radius: 10px; } .WikiaMenuElement { -moz-border-radius: 0em 0em 1.5em 1.5em;

   -webkit-border-radius: 0em 0em 1.5em 1.5em;
   border-radius: 0em 0em 1.5em 1.5em;
   box-shadow: 0 0 5em rgba(0, 0, 0, 0.5);

} .wikia-menu-button.secondary.control-button { -moz-box-shadow: 0 0 0px #fdc357;

   -webkit-box-shadow: 0 0 0px #fdc357;
   box-shadow: 0 0 0px #fdc357;

} .wikia-button.secondary.email-link { border-top-left-radius:8px; border-top-right-radius:8px; border-bottom-right-radius:8px; border-bottom-left-radius:8px; padding: 1px; } .wikia-button.share-button.secondary { border-top-left-radius:8px; border-top-right-radius:8px; border-bottom-right-radius:8px; border-bottom-left-radius:8px; } // .WikiHeaderRestyle > nav li > a, .WikiHeaderRestyle > nav li.marked { -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; -khtml-border-radius: 10px 10px 0px 0px; } .ChatModule .avatar { border-radius: 10px; } .module { border-radius: 1em 1em 1em 1em; } .WikiaSearch button {

   border-radius: 0 1em 1em 0;

} .WikiHeaderRestyle .shadow-mask { opacity: 1; width: 100%; }