Make WordPress Core


Ignore:
Timestamp:
02/21/2008 11:55:11 PM (18 years ago)
Author:
ryan
Message:

Style updates for install from mt. fixes #5946

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r6726 r6965  
    3434<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    3535<title>WordPress &rsaquo; Setup Configuration File</title>
     36<link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" />
    3637
    37 <style media="screen" type="text/css">
    38     <!--
    39     html {
    40         background: #eee;
    41     }
    42     body {
    43         background: #fff;
    44         color: #000;
    45         font-family: Georgia, "Times New Roman", Times, serif;
    46         margin-left: 20%;
    47         margin-right: 20%;
    48         padding: .2em 2em;
    49     }
    50 
    51     h1 {
    52         color: #006;
    53         font-size: 18px;
    54         font-weight: lighter;
    55     }
    56 
    57     h2 {
    58         font-size: 16px;
    59     }
    60 
    61     p, li, dt {
    62         line-height: 140%;
    63         padding-bottom: 2px;
    64     }
    65 
    66     ul, ol {
    67         padding: 5px 5px 5px 20px;
    68     }
    69     #logo {
    70         margin-bottom: 2em;
    71     }
    72     .step a, .step input {
    73         font-size: 2em;
    74     }
    75     td input {
    76         font-size: 1.5em;
    77     }
    78     .step, th {
    79         text-align: right;
    80     }
    81     #footer {
    82         text-align: center;
    83         border-top: 1px solid #ccc;
    84         padding-top: 1em;
    85         font-style: italic;
    86     }
    87     -->
    88     </style>
    8938</head>
    9039<body>
     
    10756</ol>
    10857<p><strong>If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>. </strong></p>
    109 <p>In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready, <a href="setup-config.php?step=1">let&#8217;s go</a>! </p>
     58<p>In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;</p>
     59
     60<p><a href="setup-config.php?step=1" class="button">Let&#8217;s go!</a></p>
    11061<?php
    11162    break;
     
    11465        display_header();
    11566    ?>
    116 </p>
    11767<form method="post" action="setup-config.php?step=2">
    11868    <p>Below you should enter your database connection details. If you're not sure about these, contact your host. </p>
    119     <table>
     69    <table class="niceblue">
    12070        <tr>
    12171            <th scope="row">Database Name</th>
     
    14595    </table>
    14696    <h2 class="step">
    147     <input name="submit" type="submit" value="Submit" />
     97    <input name="submit" type="submit" value="Submit" class="button" />
    14898    </h2>
    14999</form>
     
    198148    display_header();
    199149?>
    200 <p>All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to <a href="install.php">run the install!</a></p>
     150<p>All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;</p>
     151
     152<p><a href="install.php" class="button">Run the install</a></p>
    201153<?php
    202154    break;
    203155}
    204156?>
    205 <p id="footer"><a href="http://wordpress.org/">WordPress</a>, personal publishing platform.</p>
    206157</body>
    207158</html>
Note: See TracChangeset for help on using the changeset viewer.