“User:Irukaza/common.css”与“Template:性属性”:页面之间的差异

H萌娘,万物皆可H的百科全书!
< User:Irukaza(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
imported>=海豚=
无编辑摘要
 
第1行: 第1行:
/* Hide the images */
<noinclude><noinclude>这是一个预计中的,将会包括大部分与性以及跨性别主题相关的道具,动作,使用方法,心理,文化,以及安全指导在内的总集模板。
.geo-nondefault, .geo-multi-punct,
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]] and
  [[MediaWiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.autoconfirmed-show,
/* Copied from Common.css - allow for hiding text in compact form e.g. clean up templates */
.hide-when-compact,
/* portal pages are badly formatted. Until this changes these should be hidden. (see https://phabricator.wikimedia.org/T86495) */
.noprint.portal {
display: none;
}


/* Tablet specific styling */
目标是为性教育严重缺失的青年人群提供正确而安全的性知识查询导航。
@media all and (min-width: 768px) {
----
#content .vertical-navbox,
{{背景图片|url=69836691.jpg|position=center}}
#content .navbox {
[[分类: 导航模板]]
display: inherit;
</noinclude>
}
{{Navbox
}
|name = 性属性
|title = 性属性


/* For linked citation numbers and document IDs, where
|style = width:100%;
  the number need not be shown on a screen or a handheld,
     margin-top:1em;
  but should be included in the printed version
     border:3px white #000;
TODO: Move to Citation template when templates have stylesheets
     font-size:85%;font-size: 90%;
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates
     width: 100%;
*/
     background-color: white;
@media screen, handheld {
     text-shadow: 0 0 50px white;
   .citation *.printonly {
     border-radius:10px 10px 10px 10px;
     display: none;
|titlestyle = border-radius:8px 8px 0px 0px; background:#FCF54C;;color:#000;
   }
|groupstyle = background:#FEF889;
}
|belowstyle = background:#FEF889;
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box
|evenstyle  = background:#FFFFFF;
*/
|liststyle = line-height:1.4em;
.citation {
|image=
   word-wrap: break-word;
}


/* Default styling for Navbar template
|group1=性别
TODO: Move to Navbar template when templates have stylesheets
|list1=
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates
  {{Navbox|child
*/
   |groupstyle = background:#FFFBD1;
.navbar {
  |evenstyle  = background:#FFFFFF;
   display: inline;
   font-size: 88%;
   font-weight: normal;
}
.navbar ul {
   display: inline;
   white-space: nowrap;
}
.navbar li {
   word-spacing: -0.125em;
}
.navbar.mini li span {
   font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
   font-size: 100%;
}
.navbox .navbar {
   display: block;
   font-size: 100%;
}
.navbox-title .navbar {
   /* @noflip */
   float: left;
   /* @noflip */
   text-align: left;
   /* @noflip */
   margin-right: 0.5em;
   width: 6em;
}


/* Style for horizontal lists (separator following item).
  |group1=生理性别
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  |list1=
  @revision 4.2 (2013-11-20)
    {{Navbox|child
  @author: [[User:Edokter]]
    |groupstyle = background:#FFFBD1;
*/
    |evenstyle = background:#FFFFFF;
.hlist dl,
.hlist ol,
.hlist ul {
   margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
   margin: 0;
   display: inline;
}
/* Display nested lists inline */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
   display: inline;
}
/* Generate interpuncts */
.mw-parser-output .hlist dt:after {
   content: ": ";
}
.mw-parser-output .hlist dd:after,
.mw-parser-output .hlist li:after {
   content: " · ";
   font-weight: bold;
}
.mw-parser-output .hlist dd:last-child:after,
.mw-parser-output .hlist dt:last-child:after,
.mw-parser-output .hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.mw-parser-output .hlist dd dd:first-child:before, .mw-parser-output .hlist dd dt:first-child:before, .mw-parser-output .hlist dd li:first-child:before,
.mw-parser-output .hlist dt dd:first-child:before, .mw-parser-output .hlist dt dt:first-child:before, .mw-parser-output .hlist dt li:first-child:before,
.mw-parser-output .hlist li dd:first-child:before, .mw-parser-output .hlist li dt:first-child:before, .mw-parser-output .hlist li li:first-child:before {
    content: " (";
   font-weight: normal;
}
.mw-parser-output .hlist dd dd:last-child:after, .mw-parser-output .hlist dd dt:last-child:after, .mw-parser-output .hlist dd li:last-child:after,
.mw-parser-output .hlist dt dd:last-child:after, .mw-parser-output .hlist dt dt:last-child:after, .mw-parser-output .hlist dt li:last-child:after,
.mw-parser-output .hlist li dd:last-child:after, .mw-parser-output .hlist li dt:last-child:after, .mw-parser-output .hlist li li:last-child:after {
   content: ") ";
   font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.mw-parser-output .hlist ol {
   counter-reset: list-item;
}
.mw-parser-output .hlist ol > li {
   counter-increment: list-item;
}
.mw-parser-output .hlist ol > li:before {
   content: " " counter(list-item) " ";
}
.mw-parser-output .hlist dd ol > li:first-child:before,
.mw-parser-output .hlist dt ol > li:first-child:before,
.mw-parser-output .hlist li ol > li:first-child:before {
   content: " (" counter(list-item) " ";
}
  
/* Unbulleted lists e.g. Barack Obama page */
.plainlist ul {
   list-style: none;
}


/*
   |group1=生理性别认同
Hatnotes and disambiguation notices
   |list1={{links|无性|单性|双性|无性征超多性别|雄性|雌性|扶她{{!}}雌雄同体|TSF}}
Please review the default hatnote styles provided by MobileFrontend before adding here.
*/
.hatnote i {
font-style: normal;
}
.hatnote img {
   display: none;
}


/* Geographical coordinates defaults. See [[Template:Coord/link]]
   |group2=性别决定系统
  for how these are used. The classes "geo", "longitude", and
   |list2={{links|染色体决定系统|环境决定系统}}
  "latitude" are used by the [[Geo microformat]]. */
   }}
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.longitude, .latitude       { white-space: nowrap; }


/* Prevent line breaks in silly places:
  |group2=心理性别
  1) Where desired
  |list2={{links|女性|男性|中性|流动性别|无性别|双性别|三性别|顺性别|跨性别|性别认同障碍}}
  2) Links when we don't want them to
  3) Bold "links" to the page itself
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]"
Please document here what pages use this
*/
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
   white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
   white-space: normal;
}


.client-js .content_block.coordinates {
  |group3=社会性别
   display: none;
  |list3={{links|顺性别|跨性别|阉人|变性人|性别气质|性别角色|同性恋恐慌症|跨性别恐惧症}}
   text-align: right;
  }}
   margin-bottom: 0.5em;
   font-size: smaller;
}


.client-js .content_block.coordinates .latitude {
   display:none;
   padding-left: 20px;
   background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/50px-Edge-firefox.png);
   background-repeat: no-repeat;
   -webkit-background-size: auto 15px;
   background-size: auto 15px;
}


/* Until Geohack is mobile optimised and/or there is a nice alternative e.g. map namespace */
.alpha #li-coordinates {
   display: list-item;
}


.client-js .beta .content_block.coordinates {
|group2=性倾向
   display: block;
|list2={{links|异性恋|同性恋|男同性恋{{!}}(男同性恋|女同性恋{{!}}女同性恋)|单性恋|双性恋|无性恋|泛性恋|动物恋|恋物}}
}


.client-js .beta .content_block.coordinates .latitude {
   display:inline;
}


/* hidden sortkey for tablesorter */
td .sortkey,
th .sortkey {
   display: none;
   speak: none;
}


/* For the new main page design */
|group3=性器官
#mainpage .floatleft,
|list3=
#mainpage .floatright,
  {{Navbox|child
#mp-2012-body .floatleft,
  |groupstyle = background:#FFFBD1;
#mp-2012-body .floatright {
  |evenstyle  = background:#FFFFFF;
text-align: center;
}


/* HACK to workaround VE and badly written CGroups */
  |group1=雄性
.noteTA {
  |list1={{links|尿道球腺|附睾|阴茎|包皮|龟头|前列腺|阴囊|精囊|睾丸}}
    display: none;
 
}
  |group2=雌性
  |list2={{links|前庭大腺|宫颈|阴蒂|输卵管|阴唇|卵巢|斯基恩氏腺|子宫|阴道|外阴}}
  }}
 
 
 
|group4=性对象
|list4={{links|乱伦|亲子丼|母女丼{{!}}(母女丼|姐妹丼{{!}}姐妹丼)|幼交|小孩开大车|肉便器|群交|三人性爱{{!}}(三人性爱)|情色表演|自慰|机械奸|兽交|异种奸|触手Play|透明人|色情流体|休息方式}}
 
 
 
|group5=性意愿
|list5= {{links|胁迫|性交易|性骚扰|性侵犯}}
 
 
 
|group6={{coloredlink|black|性行为}}
|list6=
  {{Navbox|child
  |groupstyle = background:#FFFBD1;
  |evenstyle  = background:#FFFFFF;
 
  |group1=对象
  |list1={{links|自交|异性|同性|男男{{!}}(男男|百合{{!}}百合)|境遇性性行为}}
 
  |group2=非插入
  |list2={{links|舌吻|乳交|手交|足交|素股|臀交{{!}}(臀交|股间性爱{{!}}股间性爱)|膝窝交|发交|脐交|腋交}}
 
  |group3=插入
  |list3=
   {{Navbox|child
   |groupstyle = background:#FFFBD1;
   |evenstyle  = background:#FFFFFF;
 
   |group1=按被插入方分类
   |list1={{links|阴道性交|口交|舔式{{!}}(舔式|含式|吸式|深喉{{!}}深喉)|肛交|乳孔交|脐孔交|颈交|眼交|鼻交|脑交|贯通}}
 
   |group2=按插入方分类
   |list2={{links|指交|趾交|拳交|足交|臂交|腿交|丸吞}}
   }}
 
  |group4=姿势
  |list4={{links|正常体位{{!}}正常|单扛腿式{{!}}(单扛腿式|双扛腿式|高扛腿式{{!}}高扛腿式)|骑乘|颜面骑乘{{!}}(颜面骑乘|女上式{{!}}女上式)|后入|口穴双插|三明治体位|69式|立位|侧入体位|交叉体位|拥抱}}
 
  |group5=动作
  |list5={{links|萌百:一库{{!}}一库|内射{{!}}(内射|体外射精{{!}}外射|颜射{{!}}颜射)|摸头|捧胸|咬耳朵|舔足|自慰|挠痒|M字腿|扭腰|掰穴|掰嘴|遮羞|娇喘|撒尿|色诱|破处|吞精|丸吞|抓头发|双手抱头|手势|揉奶}}
 
  |group6=play
  |list6= {{Supt|BDSM}} • {{links|早安咬|手胸罩|同寝|睡奸|迷奸|醉奸|酒后纵欲|夜袭|药渍|时间停止奸|视奸|催眠奸|青奸|和奸|强奸|轮奸|桌下交|连接改装|封口|含套|蒙面突袭|摄像|网上直播|远程性爱|正正正|隐奸|高潮比赛|牛头人|变装|隔物相交|精浴|射精管理|面具群交|自取其乳}}
 
  |group7=心理·语言
  |list7={{links|性作品定向句式列表{{!}}性作品定型句|性作品定向句式列表#拒绝句式{{!}}(拒绝句式|性作品定向句式列表#斥责句式{{!}}斥责句式|性作品定向句式列表#调情句式{{!}}调情句式|性作品定向句式列表#描述句式{{!}}描述句式|性作品定向句式列表#示弱句式{{!}}示弱句式|性作品定向句式列表#接受句式{{!}}接受句式|性作品定向句式列表#欲求句式{{!}}欲求句式)|语言羞辱}}
 
  |group8=神态
  |list8={{links|淫笑|单睁眼|啊嘿颜|脸红|害怕|逞强|生无可恋|平静|强颜欢笑|嫌弃脸|咬牙切齿|涕泗横流}}
 
  |group9=地点
  |list9={{links|野外|街道|开房|浴室|自室|教室|办公室|楼顶|厕所|寻欢洞|车震|卡墙play|公园|地牢|地下室|下水道|祭坛}}
  }}
 
 
 
|group7=性现象
|list7=
  {{Navbox|child
  |groupstyle = background:#FFFBD1;
  |evenstyle  = background:#FFFFFF;
 
  |group1=生理现象
  |list1={{links|性欲|性刺激|性唤醒|勃起|高潮|高潮脸{{!}}(高潮脸|射精|潮吹|绝顶{{!}}绝顶)|性不应期|心形瞳孔|喷奶|骆驼趾|凸点|子宫脱|失禁}}
 
  |group2=生殖
  |list2=
   {{Navbox|child
  |groupstyle = background:#FFFBD1;
  |evenstyle  = background:#FFFFFF;
 
   |group1=妊娠
   |list1={{links|受精|妊娠|分娩|产后护理|卵子|精子|着床|妊娠反应}}
 
   |group2=避孕
   |list2=[[避孕套]](男用避孕套 • 女用避孕套){{links|禁欲|非阴道性行为|性交中断法|安全期计算|避孕药|紧急避孕药{{!}}(紧急避孕药|短效避孕药|长效避孕药{{!}}长效避孕药)|宫内节育器|结扎|人工流产}}
    }}
  }}
 
 
 
|group8=道具·衣着
|list8=
  {{Navbox|child
  |groupstyle = background:#FFFBD1;
  |evenstyle  = background:#FFFFFF;
 
  |group1=道具
  |list1={{links|淫纹|性玩具|跳蛋|假阴茎|按摩棒|炮机|自慰自行车|润滑液|充气娃娃|硅胶娃娃|性爱机器人|阴道球|塞班鞍|乳环|人奶水枪}}
 
  |group2=衣着状态
  |list2={{Supt|裸体}} • {{links|着衣裸体|着衣裸体#胸部裸露{{!}}(胸部裸露|着衣裸体#下体裸露{{!}}下体裸露|着衣裸体#上下体同时裸露{{!}}上下体同时裸露|色情服装{{!}}有重点露出)|人体彩绘|乳贴|头发胸罩|披头散发}} • {{萌百|裸足}} • {{萌百|真空}} • {{萌百|露背高领毛衣}} • [[模板:萌属性|服饰]]
  }}
 
 
 
|group9=性疾病
|list9={{links|性瘾|性偏离|性病|不举|月经不调|艾滋病|梅毒|湿疣|淋病|人类乳突病毒|单纯疱疹|阴虱|疥疮|滴虫性阴道炎|乙型肝炎|痢疾}}
 
 
 
|group10=社会
|list10={{links|性相关法律|分配方式{{!}}分级方式|色情环境|色情可行流程|援交|性奴隶|聚众淫乱|人口贩卖}}
}}
[[分类:性属性]]
[[分类:色情]]

2021年3月1日 (一) 10:19的版本

这是一个预计中的,将会包括大部分与性以及跨性别主题相关的道具,动作,使用方法,心理,文化,以及安全指导在内的总集模板。

目标是为性教育严重缺失的青年人群提供正确而安全的性知识查询导航。