Konu : CSS Kod Kataloğu.
İçerik : CSS Nesnesi, CSS Kodu, CSS Özelliği.
1.CSS Nesnesi :
Kod:
background
a) CSS Kodu :
Kod:
backgrond-color
.CSS Özellikleri :
Kod:
background-color:color-rgb;
background-color:color-hex;
background-color:color-name;
background-color:color-transparent;
Kod:
background-attachment
.CSS Özellikleri :
Kod:
background-attachment:scroll;
backgrond-attachment:fixed;
Kod:
background-image
.CSS Özellikleri :
Kod:
background-image:url();
background-image:none;
Kod:
background-position
.CSS Özellikleri :
Kod:
background-position:top left;
background-position:top center;
background-position:top right;
background-position:center left;
background-position:center center;
background-position:center right;
background-position:bottom left;
background-position:botton center;
background-position:bottom right;
background-position:x% y%;
background-position:xpos ypos;
Kod:
background-repeat
.CSS Özellikleri :
Kod:
background-repeat:repeat;
background-repeat:no-repeat;
background-repeat:repeat-x;
background-repeat:repeat-y;
Kod:
border
.CSS Özellikleri :
Kod:
border-width:
border-style:
border-color:
border-bottom:
border-bottom-color:
border-bottom-style:
border-bottom-width:
border-left:
border-left-color:
border-left-style:
border-left-width:
border-right:
border-right-color:
border-right-style:
border-right-width:
border-top:
border-top-color:
border-top-style:
border-top-width:
Kod:
clear
.CSS Özellikleri :
Kod:
clear:left;
clear:right;
clear:none;
clear:both;
Kod:
cursor
.CSS Özellikleri :
Kod:
cursor:url;
cursor:auto;
cursor:crosshair;
cursor:default;
cursor:pointer;
cursor:move;
cursor:e-resize;
cursor:ne-resize;
cursor:nw-resize;
cursor:n-resize;
cursor:se-resize;
cursor:sw-resize;
cursor:s-resize;
cursor:w-resize;
cursor:text;
cursor:wait;
cursor:help;
Kod:
display
.CSS Özellikleri :
Kod:
display:none;
display:inline;
display:block;
display:list-item;
display:run-in;
display:compact;
display:marker;
display:table;
display:inline-table;
display:table-row-group;
display:table-header-group;
display:table-footer-group;
display:table-row;
display:table-column-group;
display:table-column;
display:table-cell;
display:table-caption;
Kod:
float
.CSS Özellikleri :
Kod:
float:left;
float:right;
float:none;
Kod:
position
.CSS Özellikleri :
Kod:
position:static;
position:relative;
position:absolute;
position:fixed;
Kod:
visibility
.CSS Özellikleri :
Kod:
visibility:visible;
visibility:hidden;
visibility:collapse;
Kod:
height, width
.CSS Özellikleri :
Kod:
height
Kod:
height:auto;
height:length;
height:%
Kod:
line-height
.CSS Özellikleri :
Kod:
line-height:normal;
line-height:number;
line-height:length;
line-height:%
Kod:
max-height
.CSS Özellikleri :
Kod:
max-height:none;
max-height:length;
max-height:%
Kod:
max-width
.CSS Özellikleri :
Kod:
max-width :none;
max-width :length;
max-width :%;
Kod:
min-heght
.CSS Özellikleri :
Kod:
min-heght :length;
min-heght :%;
Kod:
min-width
.CSS Özellikleri :
Kod:
min-width :length;
min-width :%;
Kod:
width
.CSS Özellikleri :
Kod:
width:auto;
width:%;
width:length;
Kod:
font
.CSS Özellikleri :
Kod:
font-family
Kod:
font-size :xx-small;
font-size :x-small;
font-size :small;
font-size :medium;
font-size :large;
font-size :x-large;
font-size :xx-large;
font-size :smaller;
font-size :larger;
font-size :length;
font-size :%;
Kod:
font-style :normal;
font-style :italic;
font-style :oblique;
Kod:
font-variant :normal;
font-variant :small-caps;
Kod:
font-weight :normal;
font-weight :bold;
font-weight :border;
font-weight :lighter;
font-weight :100;
font-weight :200;
font-weight :300;
font-weight :400;
font-weight :500;
font-weight :600;
font-weight :700;
font-weight :800;
font-weight :900;
Kod:
content
.CSS Özellikleri : >>
Kod:
before
Kod:
after
Kod:
content :string;
content :url;
content :counter(name)
content :counter(name,list-style-type)
content :counters(name,string, list-style-type)
content :attr(x);
content :open-quote;
content :dose-quote;
content :no-open-quote;
content :no-close-quote;
Kod:
counter-increment :none;
counter-increment :identifier number;
Kod:
counter-reset :none;
counter-reset :identifier number;
Kod:
quotes :string string;
Kod:
list-style
.CSS Özellikleri :
Kod:
list-style-image :none;
list-style-image :url;
Kod:
list-style-position :inside;
list-style-position :outside;
Kod:
list-style-type:none;
list-style-type:disc;
list-style-type:circle;
list-style-type:square;
list-style-type:decimal;
list-style-type:decimal-leading-zero;
list-style-type:lower-roman;
list-style-type:upper-roman;
list-style-type:lower-alpha;
list-style-type:upper-alpha;
list-style-type:lower-greek;
list-style-type:lower-latin;
list-style-type:upper-latin;
list-style-type:hebrew;
list-style-type:armenian;
list-style-type:georgian;
list-style-type:cjk-ideographic;
list-style-type:hiragana;
list-style-type:katakana;
list-style-type:hiragana-iroha;
list-style-type:katakana-iroha;
Kod:
marker-offset :auto;
marker-offset :length;
Kod:
margin
.CSS Özellikleri :
Kod:
margin-bottom :auto;
margin-bottom :length;
margin-bottom :%;
margin-left :auto;
margin-left :length;
margin-left :%;
margin-right :auto;
margin-right :length;
margin-right :%;
margin-top :auto;
margin-top :length;
margin-top :%;
Kod:
outlines
.CSS Özellikleri :
Kod:
outline-color :color;
outline-color :invert;
Kod:
outline-style :none;
outline-style :dotted;
outline-style :dashed;
outline-style :solid;
outline-style :double;
outline-style :groove;
outline-style :ridge;
outline-style :inset;
outline-style :outset;
Kod:
outline-width :thin;
outline-width :medium;
outline-width :thick;
outline-width :length;
Kod:
cursor
.CSS Özellikleri :>>
Kod:
padding
Kod:
padding-bottom :length;
padding-bottom :%;
padding-left :length;
padding-left :%;
padding-right :length;
padding-right :%;
padding-top :length;
padding-top :%;
Kod:
bottom :auto;
Kod:
bottom :auto;
bottom :length;
bottom :%;
Kod:
dip :shabe;
dip :auto;
left :auto;
left :%;
left :length;
Kod:
overflow :visible;
overflow :hidden;
overflow :scroll;
overflow :auto;
position :static;
position :relative;
position :absolute;
position :fixed;
right :auto;
right :length;
right :%;
top :auto;
top :length;
top :%;
Kod:
vertical-aling :baseline;
vertical-aling :sub;
vertical-aling :super;
vertical-aling :top;
vertical-aling :middle;
vertical-aling :text-top;
vertical-aling :bottom;
vertical-aling :length;
vertical-aling :%;
Kod:
z-index :auto;
z-index :number;
Kod:
table
.CSS Özellikleri :>>Tablo hücrelerinin etrafındaki kenarlık ile olan mesafeyi ayarlar.
Kod:
border-collapse :collapse;
border-collapse :separate;
Kod:
border-spacing :lenth;
Kod:
caption-side :top;
caption-side :bottom;
caption-side :left;
caption-side :right;
Kod:
empty-cells :hide;
empty-cells :show;
Kod:
table-layout :auto;
table-layout :fixed;
Kod:
text ;
.CSS Özellikleri :>>Metnin rengini tanımlar.
Kod:
color :color;
Kod:
direction :ltr;
direction :rtl;
Kod:
line-height :normal;
line-height :number;
line-height :length;
line-height :%;
Kod:
letter-spacing :normal;
letter-spacing :length;
[/code]
text-aling :left;
text-aling :right;
text-aling :center;
text-aling :justify;
[/code]
.CSS Özellikleri :>>Metinleri süslememizi sağlar.
Kod:
text-decoration :none;
text-decoration :underline;
text-decoration :overline;
text-decoration :line-through;
text-decoration :blink;
Kod:
text-indent :length;
text-indent :%;
Kod:
text-shadow :none;
text-shadow :color;
text-shadow :length;
Kod:
text-transfrom :none;
text-transfrom :capitalize;
text-transfrom :uppercase;
text-transfrom :lowercase;
Kod:
unicode-bidi :normal;
unicode-bidi :emped;
unicode-bidi :bidi-override;
Kod:
white-space :normal;
white-space :pre;
white-space :nowrap;
Kod:
word-spacing :normal;
word-spacing :length;
Kod:
Pseudo-classes
.CSS Özellikleri :>>
Kod:
active
.CSS Özellikleri :>>
Kod:
focus
.CSS Özellikleri :>>
Kod:
hover
.CSS Özellikleri :>>
Kod:
link
.CSS Özellikleri :>>
Kod:
visited
.CSS Özellikleri :>>
Kod:
first-child
z) CSS Kodu :
Kod:
Pseudo-elements
.CSS Özellikleri :>>
Kod:
first-letter
.CSS Özellikleri :>>
Kod:
first-line
.CSS Özellikleri :>>
Kod:
before
.CSS Özellikleri :>>
Kod:
after
Bu konuyuda fazla uzatmak istemiyorum ne anlatmak istediğimi anlamışsınızdır umarım.
Sizlerin affına sığınarak konuyu kapatıyorum. AccessTR Eğitim Günlüğü.