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

  • 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.

主站蜘蛛池模板: 宁河县| 渭南市| 句容市| 建水县| 商南县| 古交市| 库伦旗| 云浮市| 阳原县| 桐柏县| 肇庆市| 鹤岗市| 洛扎县| 西藏| 田林县| 滦平县| 雷波县| 琼海市| 栾川县| 饶阳县| 安阳市| 进贤县| 天等县| 龙游县| 济南市| 洪江市| 东宁县| 江口县| 嘉鱼县| 乃东县| 旺苍县| 太白县| 偏关县| 分宜县| 江孜县| 大余县| 滨海县| 乐陵市| 安丘市| 襄垣县| 龙游县|