Reorganizacion De Ideas
Enviado por helbert • 7 de Mayo de 2013 • 804 Palabras (4 Páginas) • 308 Visitas
/*
===========================================================================
eXe
Copyright 2004-2006, University of Auckland
Copyright 2004-2007 eXe Project, New Zealand Tertiary Education Commission
base style sheet for all themes
===========================================================================
*/
/***********************
* Base styles for exe *
***********************/
body {
margin: 0px;
padding: 0px 10px 10px 10px;
font-family: arial, verdana, helvetica, sans-serif;
font-size: .8em;
}
#header {
text-align: left;
height: 50px;
padding-left: 20px;
font-size: 2.2em;
font-weight: bold;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img.submit, img.help, img.info, img.gallery {
border: 0;
}
li {
list-style-position: inside;
}
p#nodeTitle {
font-weight: bold;
display: inline;
}
div#nodeDecoration {
padding: 0.1em;
border-bottom: 0em;
text-align:right;
}
.block, .feedback {
display: block;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.feedback {
font-family: times, serif;
font-size: 120%;
}
/* --- iDevice Styles -- */
.emphasis0 {
padding-left: 0px;
margin: 0px;
}
.iDeviceTitle {
font-weight:bold;
position: relative;
top: -18px; /* aligns title up with middle of icon */
}
input.feedbackbutton {
margin-top: 10px;
margin-bottom: 10px;
}
p.reading_reference {
font-style: italic;
}
p.reading_feedback {
margin: 20px;
padding: 8px;
}
/* styles for 'tips for completion' and 'pedagogical help' */
.popupDiv {
background-color: #EDEFF0;
border: 2px solid #607489;
padding: 0px 4px 4px 4px;
margin-left: 15px;
text-align:left;
z-index:99;
-moz-border-radius: 3px;
}
.popupDivLabel {
text-align: center;
font: message-box;
font-weight: bold;
color: #fff;
cursor:move;
margin: 0px -4px 0px -4px;
background-image:url(popup_bg.gif);
}
/* styles below here are for for Wikipedia content
imported into eXe. Taken from en.wikipedia.org. */
#catlinks {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
margin-top: 1em;
clear: both;
}
div.floatleft, table.floatleft {
float: left;
position: relative;
margin: 0 .5em .5em 0;
border: 0;
...