Need some help in customizing with CSS

瀏覽次數:26 次
跳到第一則未讀訊息

D D

未讀,
2015年2月23日 晚上9:16:032015/2/23
收件者:sea...@googlegroups.com

I'm not a web developer so this is all new to me

I see the seahun.css and seahub.min.css

I tracked where I want to make the change buy pressing F12 in mozilla

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

    <head> … </head>
    <body>
        <div id="wrapper" class="en" style="background: url(/media//custom/Background-
Image.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
            <div id="header"> … </div>
            <div id="main" class="clear">
                <div id="title-panel" class="w100 ovhd hide"> … </div>
                <div id="left-panel"> … </div>
                <div id="right-panel">
                    <div id="tabs" class="tab-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">
                        ***<div class="hd"***

When I highlight this line  "<div id=tabs" class="tab-tabs ui-widget ui-widget-content ui-corner-all">"  to the right I see a background line in hd, .tabnav, .repo-file-list-topbar, .wiki-top

#right-panel .hd, .tabnav, .repo-file-list-topbar, .wiki-top {
    padding: 9px 10px;
    background: none repeat scroll 0% 0% rgb(242, 242, 242);


If I change the existing line from background: none repeat scroll 0% 0% rgb(242, 242, 242);  to background: none repeat scroll 0% 0% rgba(242, 242, 242, .7);
 
It does what I want  - Which CSS file is this in I can't seem to find it


Any assistance is appreciated

See the attached file for an image of what I tried to explain in the text above
CSS Help.jpg
回覆所有人
回覆作者
轉寄
0 則新訊息