Zobacz poprzedni temat :: Zobacz następny temat |
Autor |
Wiadomość |
wujek
Gość
|
Wysłany: Pon 13:38, 17 Gru 2007 Temat postu: |
|
|
body {bacground-color: white; font-size: 1.2em;}
h1 {font-size: 1.2em; text-transform: capitalize; }
p {text-indent: super; }
.sup {vertical-align: super;}
.sub {vertical-align: sub;}
.upper {text-transform: uppercase;}
.title {text-transform: capitalize;}
.underline {text-decoration: underline;}
.leterspace {letter-spacing: .5em; }
.lineheight {line-height: 4em;}
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
|
![](http://picsrv.fora.pl/subSilver/images/spacer.gif) |
Gość
|
Wysłany: Pon 13:42, 17 Gru 2007 Temat postu: |
|
|
<html>
<head>
<title> X </title>
<link rel="stylesheet" type="text/css" href="1.css">
</head>
<body>
<h1>co możesz zrobić z właśnościami tekstu</h1>
<p>Własności tekstu pozwalają ci wyrównywać oraz wcinać tekst, <br />
pozycjonować go pionowo jak w <span class="sup"> indeksach górnych </span> i w <span
class="sub">dolnych, </span><br /> konwertować je na <span class="upper">wielkie
(wersaliki)</span> i małe litery<br /> oraz <span class="title"> na tytuły,</span><br />
<span class="underline">podkreślać je</span>, <span class="letterspace">regulować odstępy
pomiędzy literami,</span><br /><span class="lineheight">zmieniać wysokośc wiersza</span><br /> i
o wiele więcej. </p>
</body>
</html>
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
BUHHHHHHAHSdgdo;gf'dsgho;
Gość
|
Wysłany: Pon 14:38, 17 Gru 2007 Temat postu: |
|
|
h2 { text-decoration: underline }
h3 { text-decoration: line-through }
h4 { text-decoration: overline }
h5 { letter-spacing: -3 }
h6 { letter-spacing: 3; text-decoration: blink; }
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 11:24, 09 Sty 2008 Temat postu: |
|
|
CSS:
body {bacground-color: white; font-size: 1.2em;}
h1 {font-size: 1.2em; text-transform: capitalize; }
.Calisto MT {text-decoration: Calisto MT;}
.arial {font-family: arial;}
.fantasy {font-family: fantasy;}
.monospace {font-family: monospace;}
.Georgia {font-family: Georgia ;}
.Castellar {font-family: Castellar ;}
HTML:
<html>
<head>
<title> Czcionki </title>
<link rel="stylesheet" type="text/css" href="2.css">
</head>
<body>
<span class="Calisto MT">Calisto MT<br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
<span class="Arial">Arial<br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
<span class="fantasy">fantasy<br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
<span class="monospace">monospace<br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
<span class="Georgia ">Georgia <br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
<span class="Castellar ">Castellar <br> A Ą B C Ć D E Ę F G H I J K L Ł M N Ń O Ó P R S T U W X Y Z ż ź<br> 1 2 3 4 5 6 7 8 9 0</span><br><br>
</body>
</html>
MACIE MAŁE HUJKI ![Very Happy](http://picsrv.fora.pl/images/smiles/icon_biggrin.gif)
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Pon 14:28, 28 Sty 2008 Temat postu: |
|
|
<html>
<head>
<title> tabela </title>
<body>
<table border="1" rules="all">
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
</table>
<br>
<table border="5">
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
<tr>
<td>A</td><td>B</td><td>C</td>
</tr>
</table>
</html>
</body>
tylko zmieńcie to
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
dadada
Gość
|
Wysłany: Pon 15:04, 28 Sty 2008 Temat postu: |
|
|
table {border-top-color: red; border-bottom-color: red; border-right-color: red; border-left-color: red}
table {table-layout: fixed}
table {background-color: black}
td {color: #FFFFFF; text-align: center}
<html>
<head>
<title> STRONA </title>
<link rel="stylesheet" type="text/css" href="1.css">
</head>
<body>
<br>
<br>
<table border="5" rules="all" align="center">
<tr>
<td> Imie i Nazwisko </td>
</tr>
</table>
<br>
<table border="5" rules="all" align="center">
<tr>
<td> IMIE NAzwisko </td>
</tr>
</table>
</table>
</body>
</html>
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 11:33, 30 Sty 2008 Temat postu: |
|
|
/*** Styl dla doc3.html (Tabele) ***/
body{background-color:blue;}
#demo-table {
font: 100% sans-serif;
background-color: #efe;
border-collapse: collapse;
empty-cells: show;
border: 7px solid #7a7;
}
#demo-table2 {
font: 100% sans-serif;
background-color: #efe;
border-collapse: collapse;
empty-cells: show;
border: 7px solid #2a3;
}
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 11:35, 30 Sty 2008 Temat postu: |
|
|
<HEAD>
<TITLE>BUU</TITLE>
<LINK rel="stylesheet" href="style3.css">
</HEAD>
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 12:44, 30 Sty 2008 Temat postu: |
|
|
<html>
<head>
<title> STRONA </title>
<link rel="stylesheet" href="style3.css">
</head>
<body>
<br>
<br>
<table border="5" rules="all" align="center" id="1">
<tr>
<td> pelna,gruba czerwona krawedz za pomoca border top </td>
</tr>
</table>
<br>
<table border="5" rules="all" align="center"id="2">
<tr>
<td> podwojna sredniej grubosci niebieska krawedz za pomoca border right </td>
</tr>
</table>
<table border="5" rules="all" align="center" id="5">
<tr>
<td> kropkowana cienka zielona krawedz za pomoca border-bottom </td>
</tr>
</table><table border="5" rules="all" align="center"id="4">
<tr>
<td> kreskowana cienka krawedz w kolorze morskim za pomoca border-left </td>
</tr>
</table><table border="5" rules="all" align="center"id="6">
<tr>
<td> wpszuszczona krawedz w kolorze zoltym o grubosci 3px za pomoca border </td>
</tr>
</table>
</table>
</body>
</html>
wlasnosci "border"
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 12:44, 30 Sty 2008 Temat postu: |
|
|
#1 {
border-top-color:red;
border-top-width:5;
}
#2 {
border-right-style: double;
border-right-color:blue;
}
#6 {
border-width:3;
border-color:yellow;
}
#4 {
border-left-style:dashed;
border-left-color:blue;
border-left-width:1;
}
#5 {
border-bottom-style:dotted;
border-bottom-color:green;
border-bottom-width:1;
}
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 12:45, 30 Sty 2008 Temat postu: |
|
|
DO LODA
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 13:29, 30 Sty 2008 Temat postu: |
|
|
Anonymous napisał: | DO LODA |
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Śro 13:30, 30 Sty 2008 Temat postu: |
|
|
Anonymous napisał: | Anonymous napisał: | DO LODA |
|
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Mateuszek;*
Gość
|
Wysłany: Pon 13:06, 11 Lut 2008 Temat postu: |
|
|
<html>
<head>
<link rel="stylesheet" type="text/css" href="tab.css">
<title> tabela </title>
<body>
<table border="1" rules="all">
<tr>
<td>Upper-Roman</td><td>Decimal</td><td>Square</td>
<td>Circle</td><td>Upper-Alpha</td><td>Lower-Alpha</td>
</tr>
<tr>
<td><br><ul><li class="1d">1. to jest jeden</li>
<li class="1d">2. to jest dwa </li>
<li class="1d">3. to jest trzy </li>
<li class="1d">4. to jest cztery</li>
<li class="1d">5. to jest pięć </li>
<li class="1d">6. to jest sześć </li>
<li class="1d">7. to jest siedem</li>
<li class="1d">8. to jest osiem </li>
<li class="1d">9. to jest dziewięć </li>
<li class="1d">10. to jest dziesięć </li></ul><br><Br>
</td><td><ul><li class="2d">to jest jeden</li>
<li class="2d">to jest dwa</li>
<li class="2d">to jest trzy </li>
<li class="2d">to jest cztery </li>
<li class="2d">to jest pięć </li>
<li class="2d">to jest sześć </li>
<li class="2d">to jest siedem </li>
<li class="2d">to jest osiem </li>
<li class="2d">to jest dziewięć</li>
<li class="2d">to jest dziesięć </li></ul><Br>
</td><td><br><li class="3d"> to jest jeden </li>
<li class="3d"> to jest dwa </li>
<li class="3d"> to jest trzy </li>
<li class="3d"> to jest cztery</li>
<li class="3d"> to jest pięć </li>
<li class="3d"> to jest sześć </li>
<li class="3d"> to jest siedem </li>
<li class="3d"> to jest osiem </li>
<li class="3d"> to jest dziewięć </li>
<li class="3d"> to jest dziesięć </li></ul><br><Br></td>
<td><br><ul><li class="4d"> to jest jeden </li>
<li class="4d"> to jest dwa </li>
<li class="4d"> to jest trzy </li>
<li class="4d"> to jest cztery</li>
<li class="4d"> to jest pięć </li>
<li class="4d"> to jest sześć </li>
<li class="4d"> to jest siedem </li>
<li class="4d"> to jest osiem </li>
<li class="4d"> to jest dziewięć </li>
<li class="4d"> to jest dziesięć </li></ul><br><Br>
</td><td><br><ul><li class="5d"> to jest jeden </li>
<li class="5d"> to jest dwa </li>
<li class="5d"> to jest trzy </li>
<li class="5d"> to jest cztery </li>
<li class="5d"> to jest pięć </li>
<li class="5d"> to jest sześć </li>
<li class="5d"> to jest siedem </li>
<li class="5d"> to jest osiem </li>
<li class="5d"> to jest dziewięć </li>
<li class="5d"> to jest dziesięć </li></ul><br><Br></td>
</td><td><br><ul><li class="6d"> to jest jeden </li>
<li class="6d"> to jest dwa </li>
<li class="6d"> to jest trzy </li>
<li class="6d"> to jest cztery </li>
<li class="6d"> to jest pięć </li>
<li class="6d"> to jest sześć </li>
<li class="6d"> to jest siedem </li>
<li class="6d"> to jest osiem </li>
<li class="6d"> to jest dziewięć </li>
<li class="6d"> to jest dziesięć </li></ul><br><Br></td>
</tr>
</table>
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
Gość
|
Wysłany: Pon 14:01, 11 Lut 2008 Temat postu: |
|
|
<html><head>
<body bgcolor="pink">
<style>
.lgtxt {font-size:2em;
background-color:black;
color: white;
float:left;
witdh:25%;
text-align: center;}
.lgtxt2{font-size:2em;
background-color:black;
color:white;
float:right;
width:25%;
text-align: center;}
.lgtxt3{font-size:2em;
background-color:black;
color:white;
float:none;
width:25%;
text-align: center;}
p {background-color:white;
font-size:1.lem;
float:none;
text-align: center;}</style>
</head>
<center>
<table border="0"><tr><td>
<body style="background-color:rgb(80%,80%,80%);">
<p class="lgtxt">Ramka <br>przesunieta <br>na lewo</p>
<p>ta ramka oplywa prawa stroine ramki przesunietej na lewo</p>
<p class="lgtxt2">Ramka przesunieta na prawo</p>
<p>ta ramka oplywa lewa stroine ramki przesunietej na prawo</p>
<p class="lgtxt3">brak przesuniecia</p>
<p>ta ramka umieszczona jest ponizej ramki bez przesuniecia</p>
</td></tr></table>
</center>
</body>
</html>
|
|
Powrót do góry |
|
![](http://picsrv.fora.pl/subEarth/images/spacer.gif) |
|