line-height

line-height: 35px;,line-height,35px,

line-height: 35px;,line-height,35px,

نقشه سایت

خانه
خوراک

این سایت تابع قوانین جمهوری اسلامی ایران است

چگونه دیگران را عاشق خود کنیم

آمار

    آمار مطالب
    کل مطالب : 8134 کل نظرات : 4 آمار کاربران
    افراد آنلاین : 38 تعداد اعضا : 22 آمار بازدید
    بازدید امروز : 20,499 بازدید دیروز : 13,537 ورودی امروز گوگل : 17 ورودی گوگل دیروز : 26 آي پي امروز : 1150 آي پي ديروز : 689 بازدید هفته : 34,036 بازدید ماه : 92,315 بازدید سال : 1,641,338 بازدید کلی : 33,550,762 اطلاعات شما
    آی پی : 3.12.160.196 مرورگر : Safari 5.1 سیستم عامل : امروز : سه شنبه 16 اردیبهشت 1404

    درباره ما

    تورکو موزیک | دانلود آهنگ جدید با لینک مستقیم

    تبلیغات

    چگونه دیگران را عاشق کنید

    کسب درآمد میلیونی

    چگونه دیگران را عاشق کنید

    line-height:2em;

    چگونه دیگران را عاشق کنید

    line-height:2em;
     


    1 . ::Cascading Style Sheets:: Chad Hutchens::School of Information
    ‎Ever want to double-space your HTML text so it's easier to read? Again ... So,
    when we set the line height at 2em, each line will be 24 pixels high...remember, ...
     


    2 . CSS Units - W3Schools
    ‎Length is a number followed by a length unit, such as 10px, 2em, etc. A
    whitespace cannot ... ex, Relative to the x-height of the current font (rarely used)
    Try it.‎CSS PX to EM Conversion - ‎Try it - ‎Hello
     


    3 . CSS: line-height property - TechOnTheNet
    This CSS tutorial explains how to use the CSS property called line-height with
    syntax and examples. ... In this example, we have set the line-height to 2em.
     


    4 . In CSS, set line-height first, padding second - By @jgthms
    ‎11 Sep 2016 ... .blog .content ol { font-size: 18px; line-height: 2em; }. It's that line-height: 2em !
    Works well for a single line, but quite unreadable (and ...
     


    5 . html - Line-Height does not match the font-size - Stack Overflow
    ‎1em is equal to 1 times the number of pixels in a font size. So if your font-size is
    60px, ... line-height: 2em; (From 1 to 2em). Which is in the p ...
     


    6 . css - Some questions about line-height - Stack Overflow
    ‎In my experience, a common default line-height seems to be close to 1.2 (that
    would ... if i set body {line-height:1.5} in body and p { line-height:2em} them what
    would be the line height of p ? – Jitendra Vyas Apr 29 '10 at 0:47 ...
     


    7 . html - Adding line-height before each line only with CSS - Stack ...
    ‎Hmmm... I don't think it's possible with line-height, ie i don't think you can control
    this ... This is what I get when I simply apply line-height: 2em; to p tags: line-
    height result. Whereas this is what I want to achieve - notice that the ...
     


    8 . CSS1 Test Suite: 5.4.8 line-height
    ‎.one {line-height: 0.5in; font-size: 12px;} .two {line-height: 2cm; font-size: 12px;} ...
    font-size: 12px;} .five {line-height: 2pc; font-size: 12px;} .six {line-height: 2em; ...
     


    9 . line-height - آموزش حرفه ای و تخصصی CSS
    ‎9 مه 2016 ... توضیح کامل ویژگی line-height در سایت css-tricks.ir توسط مجتبی سیدی. ... line-
    height: 16px; line-height: 2em; line-height: 1.8; line-height: ...
     


    10 . 行間の単位比較 CSS line-height
    ‎line-height:90%, line-height:100%, line-height:140%, line-height:200%. 雨にも ...
    line-height:0.9em, line-height:1em, line-height:1.4em, line-height:2em. 雨にも ...Searches related to line-height:2em;

     



    11 . Свойства "font-size" и "line-height"
    ‎Значение line-height можно указать при помощи px или em , но гораздо
    лучше ... 1.25em"> стандартная строка <div style="font-size:2em"> шрифт в 2
    раза ...
     


    12 . Line-height | Treehouse Community
    ‎Next, give intro a unitless line-height that's 1.6 times larger than the font-size ...
    the challenge by writing CSS below */ .intro { font-size: 1.25em; line-height: 2em;
    } ...
     


    13 . 行間の単位比較 CSS line-height
    ‎line-height:90%, line-height:100%, line-height:140%, line-height:200%. 雨にも ...
    line-height:0.9em, line-height:1em, line-height:1.4em, line-height:2em. 雨にも ...
     


    14 . Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, ... - Google Books Result
    Jennifer Niederst Robbins - ‎2007 - ComputersLine height The line-height property defines the minimum distance from ... size. p
    { line-height: 2; } p { line-height: 2em; } p { line-height: 200%; } When a number ...
     


    15 . What is em space? - Computer Hope
    ‎Computer dictionary definition for what em space means including related links,
    ... Increasing the em to a 2em effectively doubles the size of the font and 0.5 ... It
    can also be used to define spacing, padding, line-height, and other settings. p {
     


    16 . CSS Font Sizes Using Ems, Explained - CasJam
    ‎font-size: 2em; }. p { line-height: 1.5em; } [/css]. The code above now has our
    paragraph font size set to 12 pixels (inherited from the body tag) and the
    paragraph ...
     


    17 . Add `line-height` configuration parameter · Issue #75 · zeit/hyper ...
    ‎So, this is the closest I got to figuring out how hterm manages lineheight ....
     


    18 . termCSS: ` x-row > span { line-height: 2em; padding: 0.2em 0 0.02em 0; } `,.
     


    19 . mpdf/example52_lineheight.htm at master · kartik-v/mpdf · GitHub
    ‎<div>The inline text (set to a larger font-size) inherits the line-height as a factor of
    ... <p class="gradient" style="font-size: 10pt; line-height: 2em; padding: 0 0.3em ...
     


    20 . Web Design in a Nutshell: A Desktop Quick Reference - Google Books Result
    Jennifer Niederst Robbins - ‎2006 - ComputersIn CSS, the line-height property defines the minimum distance between the ... (
    top). p.open {line-height: 2; } /* uses a scaling factor */ p.open {line-height: 2em; }

     



    21 . XML: Problem - Design - Solution - Google Books Result
    Mitch Amiano, Conrad D'Cruz, Kay Ethier - ‎2006 - Computers<h2><xsl:apply-templates select=”name”/></h2> <div> <div style=”float: left; text-
    align: right; font-weight: bold; ; line-height: 2em;”>Variety:<br/> Country:<br/> ...
     


    22 . line-height | CSS Creator
     


    23 . ‎<!doctype html> <html> <head> <style type="text/css">p{border:solid 1px #
     


    24 . Line spacing on Pages | Canvas Community
    ‎Does anyone know how to change the line spacing when you're ... to double
    space, you could wrap them in a <div style="line-height: 2em;"> .
     


    25 . @import 'grid.less'; @import url('http://fonts.googleapis.com/css ...
    ‎... .oswald; letter-spacing: .3em; padding: 1.3em 0 .5em 0; } .content { width: 77%;
    line-height: 2em; margin: 0 auto; a { .bold; color: #fff; border-bottom: 1px dotted ...
     


    26 . zen-line-heights-css.patch - Drupal
    ‎Use a 12px base font size with a 16px line height */ @@ -38,8 +39,8 ... code h1 {
    font-size: 2em; - line-height: 1.3em; - margin-top: 0; - margin-bottom: 0.5em; ...
     


    27 . Change line spacing? [#303528] | Drupal.org
    ‎3 Sep 2008 ... I've tried adding line-height: 2em; to the body section of style.css but I ... the exact
    element you want to modify and set the line-height on that.
     


    28 . Hinds Blunden CSS Copyright (C) 2011 Hinds Blunden Pty Ltd ...
    ‎... li { line-height: 1.6em; font-size: 12px; margin-right: 1em; margin-left: 1em; } ... #
    sidebar .sidebar-links { line-height: 2em; padding-bottom: 0.2em; text-align: left; ...
     


    29 . CSS line-height property
    ‎normal - default; [multiplication factor] - line height will be set to be equal to this
    number ... p { line-height: 1.6; } p { line-height: 2em; } p { line-height: 150%; }.
     


    30 . multiline tags and paragraph styling (Page 1) — Email Design ...
    ‎I was able to get this text to display properly cross browser by using <p style="line
    -height:2em" > tags around the text. I am trying to replicate this ...Searches related to line-height:2em;

     



    31 . CSS Tutorial - Text styles - line-height
    ‎line-height · white-space · Dimensions · height · width · min-height & max-height ·
    min-width & max-width ... the rule line-height:2em; which is like adding one ...
     


    32 . external.css - the FD Bluford Library
    ‎navTreeItem{padding-left:0.5em;line-height:2em;} dl.portlet ul.navTree .
    navTreeCurrentItem{background-color:#ddd;border-left:1em solid #ddd;margin-
    left:-1em ...
     


    33 . Sugarcane CSS - Twine
    ‎8 Dec 2014 ... ... text-align: center; } #passages { min-height: 100vh; margin-left: 0em; } ... font:
    1.1em Verdana; line-height: 2em; } .menu div { padding: 0 .4em; } ...
     


    34 . Beginning HTML, XHTML, CSS, and JavaScript - Google Books Result
    Jon Duckett - ‎2011 - Computers12 pixels), and to ensure the text lines up I created a GIF that is 1 pixel wide by ...
    {font-size:1.5em; line-height:1.5em;} h2 {font-size:1.125em; line-height:2em;} ...
     


    35 . Topic: [Resolved] CV Title Line Spacing « WordPress.org Forums
    ‎[Resolved] CV Title Line Spacing ... I am trying to figure out how to change the
     


    36 . line spacing for the title of posts listed in a CV view. ... line-height: 2em !important;
     


    37 . CSS Text Line Spacing Exposed! | Tavmjong Bah's Blog
    ‎27 May 2016 ... This can be done with CSS through the 'line-height' property. .... With the 'line-
    height' value of '2em', the computed value is 50px. This is ...
     


    38 . mm_health_nutr.css - AIT
    ‎subHeader { font:bold 11px Arial, Helvetica, sans-serif; color: #993300; line-
    height:22px; letter-spacing:.2em; } .quote { font: 20px Arial, Helvetica, sans-serif; ...
     


    39 . CSS Document */ html { height:100.2%; } #body { margin:0; text-align ...
    ‎... font-weight:normal; line-height:1.25em; color:#333333; text-decoration:none; ...
    padding-top:.2em; padding-bottom:.2em; color: #703899; line-height:1.25em; ...
     


    40 . Menu Line Height & Featured Slider Photo Size - Catch Themes
    ‎1) How do I change the line height of my primary menu text? I managed to ... #
    header-menu ul.menu a { line-height: 2em; }. 2. Reduce the size ...Searches related to line-height:2em;

     



    41 . Firefox bug: CSS attribute »line-height« not applied to textareas
    ‎Opera 8 seems to have this problem too, IE 6 applies the line-height correctly. ...
    Arial, Helvetica, sans-serif; font-size: 1em; line-height: 2em; color: #333; ...
     


    42 . text line spacing « WordPress.com Forums
    ‎It will adjust the line spacing in the post/page content. ... body { color:#c5c5c5; } .
    main-content { line-height: 2em; }. Note that you can adjust the ...
     


    43 . Wouldn't making the DIV a Link be better? | Codecademy
    ‎ul.menu a { display: inline-block; width: 5em; height: 2em; line-height: 2em; } ...
    When using an image inside a link, we need to give the img tag a height and ...
     


    44 . CSS line-height Tutorial - ASP.NET Tutorial Book
    ‎Default –. <p style="line-height: 0.8em;">. 0.8 em –. <p style="line-height: 0.8em;"
    >. 1.5 em –. <p style="line-height: 1.5em;">. 2 em –. <p style="line-height: 2em;">.
     


    45 . Converting em to pixels - HTML & CSS - The SitePoint Forums
    ‎10 Apr 2011 ... You can use line-height "unit-less" so to speak: line-height: 1.6; smile ... 1em; }
    span { height: 2em; line-height: 0.5; background-color: green; ...
     


    46 . line-height - Bienvenue sur la ZONE CSS
    Rating: 4.4 - 38 votesExemple d'écriture de la propriété CSS line-height, code CSS détaillé avec
    toutes ... { line-height : 2em } .exemple-line-height-ex{ line-height : 1ex} </style> <
    div ...
     


    47 . BODY { FONT-SIZE: 90%; MARGIN: 1em 3em 0em 1em ...
    ‎... 1em; MARGIN-BOTTOM: 0.7em; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5
    em; .... LINE-HEIGHT: 2em; PADDING-TOP: 0px; TEXT-ALIGN: center } #title H4 ...
     


    48 . .jm_icon() { display:inline-block; width: 1em; height: 1em; line-height ...
    ‎.jm_icon() { display:inline-block; width: 1em; height: 1em; line-height: 1em; ...
    header { border-bottom: 2px solid #eee; padding: 2em; line-height: 42px; img ...
     


    49 . CSS tip: Use a proportional line-height to make everyone happier ...
    ‎15 Feb 2016 ... line-height is like most CSS properties in that it can accept absolute or ... html {
    font-size: 10px}; article {; font-size: 2em;; line-height: 1.25; ...
     


    50 . Why Base Level CSS is Important - Pete Schuster
    ‎22 Jun 2012 ... It hurts my soul just a bit, when I go into a site to add a few paragraphs above a
    styled content area, and my paragraph tags have no line-height, ...Searches related to line-height:2em;

     

    line-height: 35px;

    چگونه دیگران را عاشق کنید

    line-height: 35px;
     


    1 . CSS: line-height property - TechOnTheNet
    This CSS tutorial explains how to use the CSS property called line-height with
     


    2 . syntax and ... In this CSS line-height example, we have set the line-height to 35px
     


    3 . CSS line-height not working - Stack Overflow
    ‎line-height requires text (otherwise there's no line!) but the HTML you've provided
    ... height: 35px; text-decoration: none; width: 35px; } .social ul .twitter a {
    background-image: url("images/twitter.png"); background-position: ...
     


    4 . css - Line height doesn't affect first line in contenteditable - Stack ...
    ‎Despite what is mentioned in the other answer(s), it is not really an issue with <br
    > . ... .content { line-height: 35px; }. What you get is the line ...
     


    5 . How to make changes to "line-height" in in H4 tag « My Site My Way ...
    ‎#sidebar .widget h4 { font-size:10px; line-height:35px; }. -roch. Posted 3 years
    ago #. mitchalbala. Member. Thanks, but I think I'm doing something wrong.
     


    6 . Anchor height: 35px; : Anchor class « Tags « HTML / CSS - Java2s
    ‎Anchor height: 35px; : Anchor class « Tags « HTML / CSS. ... list-style-type: none;
    line-height: 35px; } #menu li a { background-color: blue; background-position: ...
     


    7 . Cargo Support / Centering a website
    ‎3 Jul 2016 ... ... font-size: 12px; height: 100%; line-height: 1.5; margin: 0 auto 0 auto; ... width:
    975px; } .nav_container { line-height: 165%; margin-left: 35px; ...
     


    8 . Line Spacing is Crowded in iPhone > Litmus
    ‎3 Jun 2016 ... ... font-size: 32px; line-height: 35px; font-family: Times New Roman, Arial, ..... How
    would you overcome this when the line height is inline, and ...
     


    9 . Coverting PX's to EM's for Line Height, Need Help ! - CSS-Tricks
    ‎So lets say I want to convert a line height of 35px to em? ... If you need exactly
    35px (for whatever reason) then you'd just have to do the ...
     


    10 . Line Height 35px | Facebook
    ‎Line Height 35px. 35 likes. Interest. ... Hydrogen · Body · Width · Helvetica ·
    Visibility · Letter Spacing 1 Px · B" · Line Height 12px · Text Decoration None ...Searches related to line-height: 35px;

     



    11 . HTML Input Field Consistent Cross-Browser Height And Vertical ...
    ‎7 Aug 2014 ... line-height: 35px; } This is tested all the way back to Internet Explorer 6 and works
    consistently. Chrome 38 introduced a regression bug that ...
     


    12 . Professional Web Design: Techniques and Templates (CSS and XHTML) - Google Books Result
    Clint Eccher - ‎2008 - Computers... repeat-y 0px 0px; #a5-menu a { display:block; text-a]ign:left; line-height:23px; ...
    text-a]ign:center; line-height:35px; background:#4A7A7D; border:0px solid ...
     


    13 . comments.scss - Dearest Scotland
    ‎... display: inline-block; width: 35px; height: 35px; @include font-size(1.6); font-
    weight: 300; letter-spacing: 0; line-height: 34px; text-align: center; color: $white; ...
     


    14 . HTML5 Enterprise Application Development - Google Books Result
    Nehal Shah - ‎2013 - Computers... and image sprites We define our controls area using the controls class, set a
    black background, set a height of 35px (same line height to center text vertically),
    ...
     


    15 . Time is running out! | The Stratum at Indiana
    ‎<div style="font-size:11px; line-height:12px;">&nbsp;</div> <center> ... Helvetica,
    sans-serif; font-size:25px; line-height:35px; color:#fff;" bgcolor="#0077a0">
     


    16 . Changing Framework's font size and line height with LESS/CSS - DMS ...
    ‎I'm trying to change Framework's global default font size and line height on my
    site. I currently use the ... The first is the base font-size used throughout and the
    second is the base line-height. We use .... line-height: 35px; } h5 {
     


    17 . CSS Line-Height Property | C# Tutorial
    ‎CSS line-height property is used to specify the height of line. Here you will get
    example of line-height property with screen shot. ... line-height:35px;. } </style>.
     


    18 . How to increase header height? – Support | Kriesi.at – Premium ...
    ‎14 Nov 2013 ... /*default header: main logo and main menu height. increase max value if you
    want to use a bigger logo*/ ... .main_menu ul:first-child > li a { height:35px; line-
    height: 35px; } ... Change the value of the height and the line-height.
     


    19 . Line Height on Button Rollovers - Shopify Design — Ecommerce ...
    ‎11 Nov 2011 ... I think this has to do something with the line height. The button used to be only
    23px high, but I changed it to 35px. Here is my css navigation ...
     


    20 . Missing <$images$> in web version (Page 1) — Troubleshooting ...
    ‎For future reference: Height, background images, padding and several other ...
    letter-spacing:-1px; font-weight:normal; color:#202125; line-height:35px;">Hi ...Searches related to line-height: 35px;

     



    21 . styles.less - Chandler Park
    ‎... .tag { width:100%; height:35px; font-size:15px; line-height:35px; text-align:
     


    22 . center; text-transform:uppercase; font-style:italic; letter-spacing:1px; background:
     


    23 . Line Height on Button Rollovers - Shopify Design — Ecommerce ...
    ‎11 Nov 2011 ... I think this has to do something with the line height. The button used to be only
    23px high, but I changed it to 35px. Here is my css navigation ...
     


    24 . Missing <$images$> in web version (Page 1) — Troubleshooting ...
    ‎For future reference: Height, background images, padding and several other ...
    letter-spacing:-1px; font-weight:normal; color:#202125; line-height:35px;">Hi ...
     


    25 . LIVE CHAT - skywinlogistics.com
    ‎... border:0 none; color:#FFFFFF; cursor:pointer; font-weight:bold; height:35px; ...
    hpApplicationBox fieldset { border:0 none; line-height:0.8em; margin:0; ...
     


    26 . image - Screaming Themes - Tumblr
    ‎List of Fonts ok{font-size:10px; color:#bebebe;} achilles{font-family:achilles; font-
    size:25px; line-height:35px;} aerovias{font-family:aerovias; font-size:35px; ...
     


    27 . modal.scss - Creativity Online
    ‎... { top: 35px; bottom: 48px; } } } .intro { border-top: none; font: { family: $
    serifFontFamily; size: 17px; } line-height: 25px; .t { margin-bottom: 10px; padding-
    bottom: 0; ...
     


    28 . @font: Helvetica,Arial; *:focus, *:focus{ outline: 0; } @vermell ...
    ‎... width:100%; height:100%; font-family:@font; font-size:12px; line-height:1em; ....
    200;font-size: 35px;line-height: 1em; color: @gris-4; margin-bottom: 2px; ...
     


    29 . <head><meta http-equiv="Content-Type" content="text/html; charset ...
    ‎<div style="height: 0px; line-height: 0px; " class="bumper"> </div>. <div id="id1"
    style="height: 56px; left: 35px; position: absolute; top: 0px; width: 630px; z-index:
    ...
     


    30 . header { background-color: #004165; height: 43px; margin: auto - ANZ
    ‎... width: 142px; } .display_title_short{line-height: 23px; padding: 0 20px 0 10px; ...
    color: #004165; font-size: 28px; margin-left: 35px; text-align: left; line-height: ...Searches related to line-height: 35px;

     



    31 . header { background-color: #004165; height: 43px; margin: auto - ANZ
    ‎... width: 142px; } .display_title_short{line-height: 23px; padding: 0 20px 0 10px; ...
    color: #004165; font-size: 28px; margin-left: 35px; text-align: left; line-height: ...
     


    32 . Bootstrap Snippet Footer 1 using HTML CSS | Bootsnipp.com
    ‎... width: 35px; height: 35px; cursor: pointer; background-color: #33383b; border-
    radius: 2px; font-size: 20px; color: #ffffff; text-align: center; line-height: 35px; ...
     


    33 . tabs.less - Hergom
    ‎... display: inline-block; li { height: 35px; line-height: 35px; float: left; display: block;
    border-right: 1px solid @contentBorder; a { width: auto; height: 35px; display: ...
     


    34 . Visually Typographic Styleguide - Typecast
    ‎font-size: 24px; line-height: 40px; margin-bottom: 25px; font-family: Lato; ... font-
    style: normal; font-weight: 700; font-family: Lato; line-height: 35px; width: 500px; ...
     


    35 . @charset "utf-8"; /* html ...
     


    36 . www.tokyorikosha.co.jp/news/3.html
    ; font-size:1px; text-indent:-9999px; line-height:0; overflow: hidden; width:175px ...
     


    37 . List-Style / Height issue - SitePoint
     


    38 . ‎How do I get the text to align in the middle (height wise)? ... #usp { list-style-image
     


    39 . Farben @mainCol: #cffad9; @mainFont: Helvetica, Arial, sans-serif ...
    ‎dateMonthYear { font-size: 16px; line-height: 20px; font-weight: bold; . ... relative;
    z-index: 10; float: left; height: 35px; margin-left: -25px; padding: 5px 0px 0px 0px ...
     


    40 . style.less.cache - Zig Zag Motel
    ‎... { line-height:20px; } .main-holder input[type="submit"], .main-holder input[type=
    "reset"] { background:#edd47c; height:48px; margin:0 15px 0 0; padding:0 35px ...Searches related to line-height: 35px;

     



    41 . Spacing Techniques in HTML Email - Email on Acid
    ‎21 Oct 2016 ... One of the simplest methods of adding spacing, the line break. .... 35px; height:
    35px; line-height: 35px; mso-line-height-rule: exactly;" changing ...
     


    42 . Invoice – HTML - ServiceMonster
    ‎span><br style="line-height: 13.2px;" /> <em style="line-height: 13.2px;">&mdash
     


    43 . ; ... style="font-size: 9pt; line-height: 13.2px; width: 35px; height: 35px;" ...
     


    44 . style.css
     


    45 . ‎:focus { outline: 0; } body { background: #fff; line-height: 1; /*background: url(. ......
     


    46 . I made some adjustments in the menu, hope you like - Dev - Xibo ...
    ‎26 May 2016 ... Basically I modified the size and spacing of the text. ... 15px; /*Changed by
    Guilherme Delai*/ height: 35px; line-height: 50px; text-transform: ...
     


    47 . <div style="margin-top:-25px;font-size:25px; line-height:35px;">Twin ...
    ‎Me and a my classmates at Krabbesholm were asked to decorate a room for a
    party with Twin Peaks as the theme. The class was divided into small groups and
    ...
     


    48 . #line-height - Snippets
     


    49 . div{ height:100px; } div *{ margin:0; } div p{ line-height:100px; } <p>Content here<
     


    50 . CSS richard-slater.co.uk
    ‎... #nav2 { height:35px; width:800px; font-weight:700; margin:0 auto; padding:0; }
    ul.nav2 { height:35px; line-height:35px; float:left; list-style:none; font-size:12px; ...Searches related to line-height: 35px;

     

    مطالب تصادفی

    ورود کاربران


    » رمز عبور را فراموش کردم ؟

    عضويت سريع

    نام کاربری :
    رمز عبور :
    تکرار رمز :
    موبایل :
    ایمیل :
    نام اصلی :
    کد امنیتی :
     
    کد امنیتی
     
    بارگزاری مجدد