templates/base.html
branchanoop
changeset 31 ec540dfbfe78
parent 30 11f828503666
child 33 e17ac1365fb2
equal deleted inserted replaced
30:11f828503666 31:ec540dfbfe78
    17   margin:0;
    17   margin:0;
    18   padding:0;
    18   padding:0;
    19   color:#666666;
    19   color:#666666;
    20   background-color:#f3f3f3;
    20   background-color:#f3f3f3;
    21   font-family: Arial, "Trebuchet MS", Verdana;
    21   font-family: Arial, "Trebuchet MS", Verdana;
    22   font-size: 80%;
    22   font-size: 90%;
    23   background-repeat:repeat-x;
    23   background-repeat:repeat-x;
    24   background-position:top;
    24   background-position:top;
       
    25   text-align: justify;
    25 }
    26 }
    26 
    27 
    27 /******************************************** ********** ********** **********/
    28 /******************************************** ********** ********** **********/
    28 /**********      Main Layout       ********** ********** ********** **********/
    29 /**********      Main Layout       ********** ********** ********** **********/
    29 /******************************************** ********** ********** **********/
    30 /******************************************** ********** ********** **********/
    44   color:#999999;
    45   color:#999999;
    45   font-size:11px;
    46   font-size:11px;
    46 }
    47 }
    47 
    48 
    48 #header-image {
    49 #header-image {
    49   height:120px;
    50   height:180px;/*120px*/
    50   background-color:#FFFFFF;
    51   background-color:#FFFFFF;
    51   background-image:url(/media/logo.png);
    52   background-image:url(/media/logo.png);
    52   background-repeat:no-repeat;
    53   background-repeat:no-repeat;
    53 }
    54 }
    54 
    55 
    68 #tabs-wrapper {
    69 #tabs-wrapper {
    69   margin-bottom:20px;
    70   margin-bottom:20px;
    70 }
    71 }
    71 
    72 
    72 .content-padding {
    73 .content-padding {
    73   padding:10px;
    74   padding:0px;
    74 }
    75 }
    75 
    76 
    76 #sidebar-left {
    77 #sidebar-left {
    77   width:21%;
    78   width:21%;
    78   float:left;
    79   float:left;
    82 #middle-content {
    83 #middle-content {
    83   width:99%;
    84   width:99%;
    84   float:left;
    85   float:left;
    85 }
    86 }
    86 
    87 
    87 .sidebar-left #middle-content,
    88 .sidebar-left #middle-content{
    88 .sidebar-right #middle-content {
       
    89   width:77%;
    89   width:77%;
    90   float:left;
    90   float:left;
    91 }
    91 }
    92 
    92 
    93 .sidebars #middle-content {
    93 .sidebars #middle-content {
    94   width:56%;
    94   width:77%;
    95   float:left;
    95   float:left;
    96 }
    96 }
    97 
    97 
    98 #sidebar-right {
    98 <!-- #sidebar-right {
    99   width:21%;
    99   width:0%;
   100   float:right;
   100   float:right;
   101 }
   101 } -->
   102 
   102 
   103 div.tablewrapper {
   103 div.tablewrapper {
   104   width:99%;
   104   width:99%;
   105   overflow:auto;
   105   overflow:auto;
   106 }
   106 }
   445 /**********    Breadcrumb Links    ********** ********** ********** **********/
   445 /**********    Breadcrumb Links    ********** ********** ********** **********/
   446 /******************************************** ********** ********** **********/
   446 /******************************************** ********** ********** **********/
   447 #navigation-breadcrumb {
   447 #navigation-breadcrumb {
   448   padding:5px 20px; 
   448   padding:5px 20px; 
   449   border-top: 1px solid #ffffff;
   449   border-top: 1px solid #ffffff;
   450   background-image:url(img/bg_breadcrumb.gif);
   450   background-image:url(/media/bg_breadcrumb.gif);
   451   background-repeat:repeat-x;
   451   background-repeat:repeat-x;
   452 //  margin-bottom:10px;
   452 //  margin-bottom:10px;
   453 }
   453 }
   454 
   454 
   455 #navigation-breadcrumb,
   455 #navigation-breadcrumb,
   869 
   869 
   870   <div class="content"><ul class="menu">
   870   <div class="content"><ul class="menu">
   871 <li class="leaf"><a href="/sage_days/registration/register" 
   871 <li class="leaf"><a href="/sage_days/registration/register" 
   872 title="Conference Registration">Register</a></li>
   872 title="Conference Registration">Register</a></li>
   873 <li class="leaf first"><a href="/sage_days/schedule" title="">Schedule</a></li>
   873 <li class="leaf first"><a href="/sage_days/schedule" title="">Schedule</a></li>
   874 <li class="leaf"><a href="/sage_days/speakers" title="">Speakers</a></li>
   874 <!--<li class="leaf"><a href="/sage_days/speakers" title="">Speakers</a></li>-->
   875 <li class="leaf"><a href="/sage_days/organizers" 
   875 <li class="leaf"><a href="/sage_days/organizers" 
   876 title="Conference Organizers">Organizers</a></li>
   876 title="Conference Organizers">Organizers</a></li>
   877 <li class="leaf"><a href="/sage_days/venue" title="">Venue</a></li>
   877 <li class="leaf"><a href="/sage_days/venue" title="">Venue</a></li>
   878 <!--<li class="leaf last"><a -->
   878 <!--<li class="leaf last"><a -->
   879 <!--href="http://www.fossee.in" -->
   879 <!--href="http://www.fossee.in" -->