changed styles a bit
This commit is contained in:
parent
58b557b2fe
commit
ff3bb55222
@ -248,7 +248,7 @@ if ($login['settings'] != NULL &&
|
|||||||
?>
|
?>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<div id="code_blame_mainarea_result_info">
|
<div id="code_blame_mainarea_result_info" class="infobox">
|
||||||
<div class="title"><?php print $this->lang->line('CODE_COMMIT') ?></div>
|
<div class="title"><?php print $this->lang->line('CODE_COMMIT') ?></div>
|
||||||
<?php printf ($this->lang->line('CODE_MSG_COMMITTED_BY_ON'), $file['last_author'], $file['time']); ?>
|
<?php printf ($this->lang->line('CODE_MSG_COMMITTED_BY_ON'), $file['last_author'], $file['time']); ?>
|
||||||
|
|
||||||
|
@ -216,13 +216,13 @@ $this->load->view (
|
|||||||
<?php
|
<?php
|
||||||
print anchor ("code/file/{$project->id}/${xpar}/{$file['prev_rev']}", '<<');
|
print anchor ("code/file/{$project->id}/${xpar}/{$file['prev_rev']}", '<<');
|
||||||
printf ('%s: %s', $this->lang->line('Revision'), $file['created_rev']);
|
printf ('%s: %s', $this->lang->line('Revision'), $file['created_rev']);
|
||||||
if (!empty($file['created_tag']))
|
if (!empty($file['created_tag']))
|
||||||
{
|
{
|
||||||
print ' ';
|
print ' ';
|
||||||
print ('<span class="left_arrow_indicator">');
|
print ('<span class="left_arrow_indicator">');
|
||||||
print htmlspecialchars($file['created_tag']);
|
print htmlspecialchars($file['created_tag']);
|
||||||
print ('</span>');
|
print ('</span>');
|
||||||
}
|
}
|
||||||
print anchor ("code/file/{$project->id}/${xpar}/{$file['next_rev']}", '>>');
|
print anchor ("code/file/{$project->id}/${xpar}/{$file['next_rev']}", '>>');
|
||||||
|
|
||||||
print ' | ';
|
print ' | ';
|
||||||
@ -278,7 +278,7 @@ if ($login['settings'] != NULL &&
|
|||||||
?>
|
?>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<div id="code_file_mainarea_result_info">
|
<div id="code_file_mainarea_result_info" class="infobox">
|
||||||
<div class="title"><?php print $this->lang->line('CODE_COMMIT') ?></div>
|
<div class="title"><?php print $this->lang->line('CODE_COMMIT') ?></div>
|
||||||
<?php printf ($this->lang->line('CODE_MSG_COMMITTED_BY_ON'), $file['last_author'], $file['time']); ?>
|
<?php printf ($this->lang->line('CODE_MSG_COMMITTED_BY_ON'), $file['last_author'], $file['time']); ?>
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ $this->load->view (
|
|||||||
print '</div>';
|
print '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<div id="code_folder_mainarea_result_info">';
|
print '<div id="code_folder_mainarea_result_info" class="infobox">';
|
||||||
|
|
||||||
print '<div class="title">';
|
print '<div class="title">';
|
||||||
print $this->lang->line('CODE_COMMIT');
|
print $this->lang->line('CODE_COMMIT');
|
||||||
|
@ -114,7 +114,7 @@ $this->load->view (
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="file_show_mainarea_result_info">
|
<div id="file_show_mainarea_result_info" class="infobox">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><?php print $this->lang->line('Created on')?> <?php print $file->createdon ?></li>
|
<li><?php print $this->lang->line('Created on')?> <?php print $file->createdon ?></li>
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="boxa">
|
<div class="boxa">
|
||||||
<?php print anchor ('site/home', $this->lang->line('Home')) ?>
|
<ul>
|
||||||
<?php print anchor ('project/catalog', $this->lang->line('Projects')) ?>
|
<li><?php print anchor ('site/home', $this->lang->line('Home')); ?></li>
|
||||||
|
<li><?php print anchor ('project/catalog', $this->lang->line('Projects')); ?></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -113,10 +113,20 @@ function show_taskbar ($con, $login)
|
|||||||
print '</div>'; // boxb
|
print '</div>'; // boxb
|
||||||
|
|
||||||
print '<div class="boxa">';
|
print '<div class="boxa">';
|
||||||
|
print '<ul>';
|
||||||
|
print '<li>';
|
||||||
print anchor ('site/home', $con->lang->line('Home'));
|
print anchor ('site/home', $con->lang->line('Home'));
|
||||||
|
print '</li>';
|
||||||
|
print '<li>';
|
||||||
print anchor ('project/catalog', $con->lang->line('Projects'));
|
print anchor ('project/catalog', $con->lang->line('Projects'));
|
||||||
|
print '</li>';
|
||||||
if ($login['sysadmin?'])
|
if ($login['sysadmin?'])
|
||||||
|
{
|
||||||
|
print '<li>';
|
||||||
print anchor ('site/catalog', $con->lang->line('Administration'));
|
print anchor ('site/catalog', $con->lang->line('Administration'));
|
||||||
|
print '</li>';
|
||||||
|
}
|
||||||
|
print '</ul>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
@ -45,7 +45,7 @@ $this->load->view (
|
|||||||
<div class="mainarea" id="wiki_home_mainarea">
|
<div class="mainarea" id="wiki_home_mainarea">
|
||||||
<div class="title"><?php print $this->lang->line('Wikis')?></div>
|
<div class="title"><?php print $this->lang->line('Wikis')?></div>
|
||||||
|
|
||||||
<div id="wiki_home_textarea">
|
<div id="wiki_home_mainarea_result" class="result">
|
||||||
<?php
|
<?php
|
||||||
if (empty($wikis))
|
if (empty($wikis))
|
||||||
{
|
{
|
||||||
|
@ -121,10 +121,7 @@ $this->load->view (
|
|||||||
<a id="wiki_show_mainarea_details_button" href='#'><?php print $this->lang->line('Details')?></a>
|
<a id="wiki_show_mainarea_details_button" href='#'><?php print $this->lang->line('Details')?></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="wiki_show_mainarea_result" class="result">
|
||||||
|
|
||||||
|
|
||||||
<div id="wiki_show_mainarea_result">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="result" id="wiki_show_mainarea_wiki">
|
<div class="result" id="wiki_show_mainarea_wiki">
|
||||||
@ -134,7 +131,7 @@ $this->load->view (
|
|||||||
</div> <!-- wiki_show_mainarea_wiki -->
|
</div> <!-- wiki_show_mainarea_wiki -->
|
||||||
|
|
||||||
|
|
||||||
<div id="wiki_show_mainarea_result_info">
|
<div id="wiki_show_mainarea_result_info" class="infobox">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><?php print $this->lang->line('Created on')?> <?php print $wiki->createdon ?></li>
|
<li><?php print $this->lang->line('Created on')?> <?php print $wiki->createdon ?></li>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 5px 5px 5px 5px;
|
margin: 5px 5px 5px 5px;
|
||||||
|
/*margin: 0;*/
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -60,6 +61,16 @@ body {
|
|||||||
|
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
/*
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*-webkit-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
-moz-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
box-shadow: 0 8px 6px -6px #777;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar .boxa {
|
.content .taskbar .boxa {
|
||||||
@ -75,26 +86,36 @@ body {
|
|||||||
height: 2em; /* as large as line-height of taskbar */
|
height: 2em; /* as large as line-height of taskbar */
|
||||||
width: auto;
|
width: auto;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
margin-right: 2px;
|
||||||
|
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar a {
|
.content .taskbar a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
padding-left: 0.3em;
|
padding: 6px;
|
||||||
padding-right: 0.5em;
|
|
||||||
margin: 0.1em 0.1em 0.1em 0.1em;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar a:hover {
|
.content .taskbar a:hover {
|
||||||
background-color: #7788CC;
|
padding: 6px;
|
||||||
|
background-color: #4472B9;
|
||||||
|
color: #FFFFFF;
|
||||||
|
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar a:active {
|
.content .taskbar a:active {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar form {
|
.content .taskbar form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .taskbar form input {
|
.content .taskbar form input {
|
||||||
@ -108,6 +129,7 @@ body {
|
|||||||
-moz-box-shadow: 0 2px 4px #bbb inset;
|
-moz-box-shadow: 0 2px 4px #bbb inset;
|
||||||
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
||||||
box-shadow: 0 2px 4px #BBB inset;
|
box-shadow: 0 2px 4px #BBB inset;
|
||||||
|
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -118,15 +140,17 @@ body {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea .result {
|
.content .taskbar ul {
|
||||||
min-height: 30em;
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea form input:focus {
|
.content .taskbar ul li {
|
||||||
background-color: #E7E8E7;
|
display: inline;
|
||||||
outline: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.content .taskbar form input[type="text"] {
|
.content .taskbar form input[type="text"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -171,8 +195,8 @@ body {
|
|||||||
/*margin: 0.1em 0em 0em 0em;*/
|
/*margin: 0.1em 0em 0em 0em;*/
|
||||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #4665A2;
|
/* background-color: #4665A2;*/
|
||||||
|
background-color: #0D7A13;
|
||||||
background-image: url("images/three-d.png");
|
background-image: url("images/three-d.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
@ -192,45 +216,82 @@ body {
|
|||||||
.content .projectbar .ctxmenu {
|
.content .projectbar .ctxmenu {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0.1em 0em 0.1em 0em;
|
padding: 0.1em 0em 0.1em 0em;
|
||||||
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .projectbar .fixedmenu {
|
.content .projectbar .fixedmenu {
|
||||||
float: none;
|
float: none;
|
||||||
padding: 0.1em 0em 0.1em 0em;
|
padding: 0.1em 0em 0.1em 0em;
|
||||||
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .projectbar a {
|
.content .projectbar .fixedmenu a {
|
||||||
text-decoration: none;
|
padding: 6px;
|
||||||
font-style: italic;
|
|
||||||
padding-left: 0.3em;
|
|
||||||
padding-right: 0.5em;
|
|
||||||
margin: 0.1em 0.1em 0.1em 0.1em;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .projectbar a.selected {
|
.content .projectbar .fixedmenu a:hover {
|
||||||
text-decoration: none;
|
padding: 6px;
|
||||||
font-style: italic;
|
background-color: #6482A9;
|
||||||
padding-left: 0.3em;
|
color: #FFFFFFF;
|
||||||
padding-right: 0.5em;
|
-moz-border-radius: 3px;
|
||||||
margin: 0.1em 0.1em 0.1em 0.1em;
|
-webkit-border-radius: 3px;
|
||||||
color: #333333;
|
border-radius: 3px;
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .projectbar a:hover {
|
.content .projectbar .fixedmenu a.selected {
|
||||||
background-color: #9999CC;
|
padding: 6px;
|
||||||
|
color: #333333;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .projectbar .fixedmenu a.selected:hover {
|
||||||
|
padding: 6px;
|
||||||
|
background-color: #6482A9;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .projectbar .ctxmenu a {
|
||||||
|
padding: 6px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .projectbar .ctxmenu a:hover {
|
||||||
|
padding: 6px;
|
||||||
|
background-color: #6482A9;
|
||||||
|
color: #FFFFFFF;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .projectbar .ctxmenu a.selected {
|
||||||
|
padding: 6px;
|
||||||
|
color: #333333;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .projectbar .ctxmenu a.selected:hover {
|
||||||
|
padding: 6px;
|
||||||
|
background-color: #6482A9;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea {
|
.content .mainarea {
|
||||||
padding: 0.2em 0em 0.2em 0em;
|
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea .title {
|
.content .mainarea .title {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -261,6 +322,9 @@ body {
|
|||||||
background-color: #BBCCDD;
|
background-color: #BBCCDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content .mainarea .result {
|
||||||
|
min-height: 30em;
|
||||||
|
}
|
||||||
|
|
||||||
.content .mainarea .form_container {
|
.content .mainarea .form_container {
|
||||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||||
@ -281,6 +345,7 @@ body {
|
|||||||
-moz-box-shadow: 0 2px 4px #bbb inset;
|
-moz-box-shadow: 0 2px 4px #bbb inset;
|
||||||
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
||||||
box-shadow: 0 2px 4px #BBB inset;
|
box-shadow: 0 2px 4px #BBB inset;
|
||||||
|
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -345,6 +410,7 @@ body {
|
|||||||
-moz-box-shadow: 0 2px 4px #bbb inset;
|
-moz-box-shadow: 0 2px 4px #bbb inset;
|
||||||
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
||||||
box-shadow: 0 2px 4px #BBB inset;
|
box-shadow: 0 2px 4px #BBB inset;
|
||||||
|
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -402,6 +468,11 @@ body {
|
|||||||
tab-size: 5;
|
tab-size: 5;
|
||||||
-moz-tab-size: 5;
|
-moz-tab-size: 5;
|
||||||
-o-tab-size: 5;
|
-o-tab-size: 5;
|
||||||
|
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea tt {
|
.content .mainarea tt {
|
||||||
@ -492,6 +563,7 @@ body {
|
|||||||
/* this is used for line numbering. */
|
/* this is used for line numbering. */
|
||||||
.content .mainarea pre.prettyprint ol {
|
.content .mainarea pre.prettyprint ol {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea pre.prettyprint {
|
.content .mainarea pre.prettyprint {
|
||||||
@ -507,6 +579,11 @@ body {
|
|||||||
tab-size: 5;
|
tab-size: 5;
|
||||||
-moz-tab-size: 5;
|
-moz-tab-size: 5;
|
||||||
-o-tab-size: 5;
|
-o-tab-size: 5;
|
||||||
|
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.prettyprint .pln { color: #222222; }
|
pre.prettyprint .pln { color: #222222; }
|
||||||
@ -582,10 +659,10 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
margin: 0.3em 0em 0em 0em;
|
margin: 0.3em 0em 0em 0em;
|
||||||
padding: 0.3em 0.3em 0.3em 0.3em;
|
padding: 0.3em 0.3em 0.3em 0.3em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
-moz-border-radius-bottomleft:2px;
|
|
||||||
-moz-border-radius-bottomright:2px;
|
-moz-border-radius: 3px;
|
||||||
-moz-border-radius-topleft:2px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius-topright:2px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .infostrip a {
|
.content .infostrip a {
|
||||||
@ -602,7 +679,7 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
.content .sidebar .box {
|
.content .sidebar .box {
|
||||||
/* box in an sidebar to present actual information */
|
/* box in an sidebar to present actual information */
|
||||||
padding:8px 8px 8px 8px;
|
padding:8px 8px 8px 8px;
|
||||||
margin: 1px 1px 2px 1px;
|
margin: 1px 1px 5px 1px;
|
||||||
display:block;
|
display:block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
@ -612,10 +689,14 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
/* background: #DDDDDD none repeat scroll 0 0;
|
/* background: #DDDDDD none repeat scroll 0 0;
|
||||||
border: #CCCCCC 1px solid; */
|
border: #CCCCCC 1px solid; */
|
||||||
|
|
||||||
-moz-border-radius-bottomleft:2px;
|
-moz-border-radius: 3px;
|
||||||
-moz-border-radius-bottomright:2px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius-topleft:2px;
|
border-radius: 3px;
|
||||||
-moz-border-radius-topright:2px;
|
|
||||||
|
/*
|
||||||
|
-webkit-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
-moz-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
box-shadow: 0 8px 6px -6px #777;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .sidebar .box .user_icon_img {
|
.content .sidebar .box .user_icon_img {
|
||||||
@ -625,6 +706,10 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
|
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .sidebar .boxtitle {
|
.content .sidebar .boxtitle {
|
||||||
@ -670,6 +755,17 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
padding: 0.2em 0 0.2em 1em;
|
padding: 0.2em 0 0.2em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content .infobox {
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
|
/*
|
||||||
|
-webkit-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
-moz-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
box-shadow: 0 8px 6px -6px #777;*/
|
||||||
|
}
|
||||||
|
|
||||||
.content .footer {
|
.content .footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||||
@ -679,7 +775,18 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #4665A2;
|
background-color: #4665A2;
|
||||||
line-height: 1.5em;
|
background-color: #203150;
|
||||||
|
line-height: 2em;
|
||||||
|
|
||||||
|
/*
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*-webkit-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
-moz-box-shadow: 0 8px 6px -6px #777;
|
||||||
|
box-shadow: 0 8px 6px -6px #777;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .footer a {
|
.content .footer a {
|
||||||
@ -736,10 +843,6 @@ pre.prettyprint li.L9 { background: #eee }
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
padding: 0.6em 0.6em 0.6em 0.6em;
|
padding: 0.6em 0.6em 0.6em 0.6em;
|
||||||
float: right;
|
float: right;
|
||||||
-moz-border-radius-bottomleft:2px;
|
|
||||||
-moz-border-radius-bottomright:2px;
|
|
||||||
-moz-border-radius-topleft:2px;
|
|
||||||
-moz-border-radius-topright:2px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user