Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/03/2012, 09:53
vamch_1
 
Fecha de Ingreso: marzo-2012
Ubicación: En Lima - San Miguel
Mensajes: 9
Antigüedad: 12 años, 1 mes
Puntos: 0
Respuesta: Acerca del diseño web en wordpress en .org

Cita:
Iniciado por Carlangueitor Ver Mensaje
Sí, tienes que meterte con código. Específicamente con CSS, busca en los archivos de tu theme el archivo style.css, no te digo donde exactamente por que cada theme es diferente.

Saludos
Hola gracias por la respuesta, entonces tendria que meterme en el theme y tendría que progrmar en el archivo style.css de todas maneras?? no habrá otra solución, mira acá está el código de mi theme pero lo que no sé es como hago para programar solamente el tipo del tamaño de la letra?? alguien sabe ?? espero sus respuestas, gracias.

acá dejo el código de mi style.css:


/* @override http://dubbo.org/wp-content/themes/slidingdoor/style.css */

/*
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description: A unique template featuring sliding images in the header. Uses a Custom Menu and Featured Images to create the sliding images. The theme has a comprehensive support forum at http://mac-host.com/support
Author: Wayne Connor
Author URI:http://macintoshhowto.com/about
Version: 2.6.1
Tags: black, blue, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, photoblogging
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset default browser CSS.
---------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
background: url(images/background.jpg) no-repeat;
}
h1, h2, h3, h4, h5, h6 {
/* clear: both; */
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
text-decoration: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#container {
margin-left: 220px;
margin-right: 220px;
}

#content {
margin: 0;
float:left;
overflow: hidden;

}
#sidebar1,
#sidebar2 {
/*overflow: hidden;*/

}


#sidebar1 {
font-weight: normal;
font-style: normal;
}

#sidebar1 a{
font-weight: bold;
}

#sidebar1{
overflow: hidden;
float: left;
width: 182px;

}
#sidebar2 {
float: right;
width: 182px;
overflow: hidden;
}


#footer {
clear: both;
width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
margin: 0 auto;
width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
margin: 0 auto;
width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {

font-family:"Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
color: white;
}

#content .entry-title,
{ color: white;

}

pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#wrapper {
margin: 0 auto;
width: 948px;
}
#wrapper {
margin-top: 20px;
padding: 0 20px;
position: relative;
background-color: #000;
}

/* Structure the footer area */
#site-info {
float: left;
font-size: 14px;
font-weight: bold;
width: 700px;
}
#site-generator {
text-align: center;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
background-color: #000;
}
body,
input,
textarea {
color: #fff;
font-size: 12px;
line-height: 18px;
}
hr {
background-color: #555;
border: 0;
clear: both;
height: 1px;
margin-bottom: 18px;
}

/* Text elements */
p {
margin-bottom: 18px;
font-size: 14px;
}
ul {
list-style: square;
margin: 0 0 18px 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 18px 1.5em;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 18px;
}
strong {
font-weight: bold;
}
cite,
em,
i {
font-style: italic;
}
big {
font-size: 131.25%;
}
ins {
background: #333;
text-decoration: none;
}
blockquote {
font-style: italic;
padding: 0 3em;
}

blockquote { color:#ddd;
background: #000 url(images/blockquote.png) no-repeat 10px 1px;
width:80%; height:auto;
display:block;
margin: 0 0 15px 10px;
padding: 5px 25px 0px 75px;
}


blockquote cite,
blockquote em,
blockquote i {
font-style: normal;
}
pre {
background: #000;
color: #ddd;
line-height: 18px;
margin-bottom: 18px;
padding: 1.5em;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
sup,
sub {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
input[type="text"],
textarea {
background: #333;
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding: 2px;
}
a:link {
color: #3fa0dc;
text-decoration: none;
}
a:visited {
}
a:active,
a:hover {
text-decoration: underline;
color: #fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
position: absolute;
left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
padding: 0;
}
#site-title {
font-size: 50px;
line-height: 36px;
width: 900px;
margin: 0;
text-align: center;

}
#site-title a {
font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
color: #fff;
text-decoration: none;
}
#site-description {
font: normal 14px Verdana, Helvetica, Sans-serif;

text-align: center;
margin-bottom: 20px;
color: white;
}


/* This is the custom header image */
#branding img {
border-top: 0px solid #000;
border-bottom: 1px solid #000;
clear: both;
display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
background: #000;
display: block;
float: left;
margin: 0 auto 20px;
width: 948px;
border-bottom: 1px solid white;

}
#access .menu-header,
div.menu {
font-size: 14px;
margin-left: 12px;
width: 928px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
}
#access a {
color: #aaa;
display: block;
line-height: 38px;
text-decoration: none;
padding: 0 21px 0 16px;

}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 38px;
left: 0;
float: left;
width: 180px;
z-index: 99999;
}
#access ul ul li {
min-width: 180px;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #333;
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
background: #333;
color: #fff;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #fff;
}
.
.
.
.
.Continúa...