官术网_书友最值得收藏!

  • MediaWiki Skins Design
  • Richard Carter
  • 242字
  • 2021-05-28 17:39:11

Logging In and Registering

The login and registration pages are mostly styled by this stage, but you may want to tidy them up a bit. In the JazzMeet skin, the table that holds the login form inherits the default table styling given in the content area.

Logging In and Registering

The login form can be identified by #userloginForm, so we can remove the borders. The registration page also displays the table cell borders around elements in our form, so the borders need to be removed from the table elements in the #userlogin2 div.

#userloginForm table, #userloginForm th, #userloginForm td, #userlogin2 table, #userlogin2 td, #userlogin2 th {
border-width: 0 !important;
}

#wpName1 and #wpPassword1 are text boxes that contain the username and password respectively, of the visitor attempting to log in. #wpLoginattempt and #wpMailmypassword identify the input elements that allow a visitor to attempt to log in with their entered username and password, and have their password emailed to them if the have forgotten it, respectively. We have previously styled the input boxes and submit buttons for the edit interface, so we can just add the relevant identifiers to the original CSS.

#wpSave, #wpDiff,
#wpName1, #wpPassword1 {
background: #E6E4D8;
border: 2px solid #BEB798;
color: #38230C;
padding: 3px 5px;
}
#wpSave, #wpDiff,
#wpLoginattempt, #wpMailmypassword {
background: #E6E4D8;
border: 2px solid #BEB798;
color: #38230C;
padding: 3px 5px;
}

The check box on the login page (classified by #wpRemember) can also be styled, but it is not necessary for JazzMeet.

主站蜘蛛池模板: 江永县| 庆安县| 苏尼特右旗| 宁海县| 镇坪县| 五河县| 湖北省| 沁水县| 许昌县| 孙吴县| 江安县| 裕民县| 台东市| 镶黄旗| 靖江市| 襄樊市| 色达县| 龙里县| 梓潼县| 秦安县| 昭通市| 洪江市| 建湖县| 沁水县| 堆龙德庆县| 略阳县| 龙胜| 浮梁县| 涟水县| 湟源县| 名山县| 长岛县| 高邑县| 都江堰市| 县级市| 德阳市| 山阴县| 平江县| 霍州市| 禹城市| 五家渠市|