conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kranthi peddaiahgari
    New Member
    • Feb 2008
    • 5

    conversion

    code conversion of CSS into Movable Type 4
    Code is as follows

    @charset "utf-8";
    [code=css]
    /* CSS Document */

    body {
    font-family:Arial;
    font-size:14px;
    color:#363d56;
    text-decoration:none ;
    letter-spacing:1px;
    word-spacing:1px;

    }

    .border_dotted_ bottom {
    border-bottom:#666666 1px dotted;
    }
    .text_paragragh {
    font-family:Georgia;
    font-size:14px;
    color:#383d44;
    text-decoration:none ;
    text-align:left;
    letter-spacing:0px;
    word-spacing:1px;
    line-height:25px;
    }

    .text_sideheadd ing {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    color:#8091c6;
    }

    .text_copyright {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    }

    .text_footer_me nu {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#8091c6;
    text-decoration:none ;
    }

    .text_address {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6b6b6b;
    }



    .text_forTags {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:#8091c6;
    text-decoration:none ;
    text-align:left;
    letter-spacing:0px;
    word-spacing:1px;
    padding-top:3px;
    }

    .tagsborder {
    border-top:#666666 1px dotted;
    border-bottom:#666666 1px dotted;
    }

    .Permalink {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:#8091c6;
    text-decoration:none ;
    text-align:center;
    letter-spacing:0px;
    word-spacing:1px;
    border-right:#666666 1px dotted;
    border-bottom:#666666 1px dotted;
    }

    .commenttext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#8091c6;
    text-decoration:none ;
    }

    .comment_text {
    font-family:Georgia;
    font-size:14px;
    color:#383d44;
    }

    .comment_border {
    border-bottom:#666666 1px dotted;
    }

    .adaacomment_te xt {
    font-family:Georgia;
    font-size:14px;
    color:#1a1a1a;
    }
    .names_text {
    font-family:Georgia;
    font-size:14px;
    font-weight:bold;
    color:#1a1a1a;
    }

    .names_text1 {
    font-family:Georgia;
    font-size:11px;
    font-weight:normal;
    color:#1a1a1a;
    }
    .textfield{
    background-color:#d0d6e3;
    height:23px;
    width:240px;
    border:#7481a8 1px solid;


    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    color:#363D56;
    font-style:italic;


    }
    .commentfield{
    background-color:#d0d6e3;
    height:172px;
    width:535px;
    border:#7481a8 1px solid;

    font-family:Arial;
    font-size:14px;
    font-weight:650;
    color:#363D56;
    letter-spacing:1px;
    word-spacing:1px;

    }
    .outtakes{
    font-family:Georgia;
    font-size:10px;
    font-weight:boldital ic;
    color:#8091c6;

    }
    .thenewyear{
    font-family:Georgia;
    font-size:14px;
    font-weight:boldital ic;
    color:#363d56;
    text-decoration:none ;

    }
    .onthecircut{
    font-family:Georgia;
    font-size:14px;
    font-style:bolditali c;
    color:#8091c6;
    text-decoration:none ;
    }
    .mostpapular{
    font-family:Georgia;
    font-size:14px;
    font-weight:boldital ic;
    color:#363d56;
    text-decoration:none ;

    }
    .mostpapular1{
    font-family:Myriad Pro;
    font-size:12px;
    font-weight:boldital ci;
    color:#828282;
    text-decoration:none ;

    }
    .littelbirds{
    font-family:Georgia;
    font-size:15px;
    font-weight:bold;
    color:#363d56;
    font-style:bolditali c;
    padding:10px;

    }
    .littelbirds1{
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:boldital ic;
    color:#8a8a8a;
    font-weight:normal;


    }
    .mostpapularbor der{
    border-bottom:#666666 1px dotted;
    }
    [/code]
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I'm not sure what you are asking, but what have you tried so far in your conversion attempts?
    From what I have read, you are tying to convert apples to oranges.
    CSS is just the style, while movable type seems to be a weblog publishing system.

    Comment

    • kranthi peddaiahgari
      New Member
      • Feb 2008
      • 5

      #3
      movable types help

      where we have to write the movable templates,is it possible to write in .css extension file? give me example
      Last edited by kenobewan; Mar 3 '08, 11:54 AM. Reason: MERGED

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Originally posted by kranthi peddaiahgari
        where we have to write the movable templates,is it possible to write in .css extension file? give me example
        Why not check with the movable type company? They're a bit propriatary and would certainly know what works with their program.

        Comment

        Working...